Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Mar 21, 2017
1 parent d064dbf commit 9472a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

commit=$1
if [ -z ${commit} ]; then
commit=$(git tag | tail -n 1)
commit=$(git tag --sort=-creatordate | head -1)
if [ -z ${commit} ]; then
commit="master";
fi
Expand Down

0 comments on commit 9472a76

Please sign in to comment.