Skip to content

Commit

Permalink
fix typo in scripts/version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spheromak committed Sep 14, 2017
1 parent afebaef commit d41d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -eou pipefail
AUTOTAG_URL=$(AUTOTAG_URL:-)
AUTOTAG_URL=${AUTOTAG_URL:-}

# ensure we have autotag
if [ ! -d "$HOME/bin" ]; then
Expand Down

0 comments on commit d41d182

Please sign in to comment.