Skip to content

Commit

Permalink
Take debug text out.
Browse files Browse the repository at this point in the history
  • Loading branch information
atillack committed May 10, 2021
1 parent 23804a8 commit 3d3109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_string.sh
@@ -1,6 +1,6 @@
#!/bin/bash

version=`git asd describe --abbrev=40 --dirty --always --tags 2>/dev/null`
version=`git describe --abbrev=40 --dirty --always --tags 2>/dev/null`
if [[ "${version}" == "" ]]; then
version=`cat BASE_VERSION`"-release"
fi
Expand Down

0 comments on commit 3d3109f

Please sign in to comment.