Fix typo in build script
This commit is contained in:
parent
07262d919e
commit
2164e956e7
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
VERSION=$(git describe --tags)
|
||||
|
||||
if [ $VERSION = ""]; then
|
||||
if [ $VERSION = "" ]; then
|
||||
VERSION="dev"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue