Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 30, 2021
1 parent 5bc5c5e commit 0f98260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/install-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "UNMET DEP: Installing Go"
mkdir -p "${HOME}/bin"

curl -sSLo "${GVM_CMD}" "https://github.com/andrewkroh/gvm/releases/download/v0.3.1-rc1/gvm-${OS}-${GVM_ARCH_SUFFIX}"
ls -ltrah "${GVM_CMD} || true"
ls -ltrah "${GVM_CMD}" || true
ls -ltrah bin || true
file "${GVM_CMD}" || true
chmod +x "${GVM_CMD}"
Expand Down

0 comments on commit 0f98260

Please sign in to comment.