We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc6afb commit 3c1622aCopy full SHA for 3c1622a
package.sh
@@ -8,7 +8,7 @@
8
#
9
10
VERSION="$1"
11
-if [ "$VERSION" == "" ]; then
+if [ "$VERSION" = "" ]; then
12
VERSION="`git log --format=oneline | awk '{print $1}' | head -1`"
13
fi
14
0 commit comments