Skip to content

Commit

Permalink
fix quotation (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoorn committed Nov 23, 2020
1 parent 19e8219 commit 4efa4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/golang-update.sh
Expand Up @@ -7,7 +7,7 @@ git tag --sort=committerdate | sort --version-sort

PREVIOUS_VERSION=$(git tag --sort=committerdate | sort --version-sort | tail -1)
echo "latest git tag: ${PREVIOUS_VERSION}"
echo "getting latest golang.version @ https://github.com/schubergphilis/mercury/releases/download/${PREVIOUS_VERSION}/golang.version""
echo "getting latest golang.version @ https://github.com/schubergphilis/mercury/releases/download/${PREVIOUS_VERSION}/golang.version"
RESULT=$(curl -L https://github.com/schubergphilis/mercury/releases/download/${PREVIOUS_VERSION}/golang.version -o golang.version -w "%{http_code}")
PREVIOUS_GOLANG_VERSION=$(cat golang.version)
echo "latest golang version: ${PREVIOUS_GOLANG_VERSION}"
Expand Down

0 comments on commit 4efa4b7

Please sign in to comment.