mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Missed one
This commit is contained in:
parent
642c1256db
commit
2485503f43
2 changed files with 2 additions and 1 deletions
|
@ -150,6 +150,7 @@ done
|
|||
if [ -z "$VERSION" ]; then
|
||||
VERSION=$(git describe)
|
||||
fi
|
||||
VERSION=${VERSION#"v"}
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Quit on error
|
||||
|
|
|
@ -60,7 +60,7 @@ _usage() {
|
|||
echo "Script to sign binaries in preparation for packaging:"
|
||||
echo ""
|
||||
echo "usage: ${0}"
|
||||
echo " [-h|--help] [-v|--version]"
|
||||
echo " [-h|--help]"
|
||||
echo ""
|
||||
echo " -h, --help this message"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue