Fix logging

This commit is contained in:
wpetit 2015-12-28 10:03:35 +01:00
parent 26582649cc
commit 6a046e7bb3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ fi
if [[ -z ${tags} ]]
then
error "No release tag found, you repo must have a tag like 'release/X.X'"
warn "No release tag found, you repo must have a tag like 'release/X.X'"
exit
fi