We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc6afb + 3c1622a commit 00e5198Copy full SHA for 00e5198
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