Skip to content

Commit

Permalink
Turn off --long for version
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jan 16, 2017
1 parent e90c8f9 commit 6116969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
# shellcheck source=script/utilities.bash
source "$(dirname "$0")/utilities.bash"

version=$(git describe --tags --long)
version=$(git describe --tags)

cat << EOF > version.go
package main
Expand Down

0 comments on commit 6116969

Please sign in to comment.