We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a42fef + 418e280 commit cf4a0c9Copy full SHA for cf4a0c9
gimme
@@ -146,8 +146,8 @@ _do_curls() {
146
echo "$(cat "${f}.sha256") ${f}" >"${f}.sha256.tmp"
147
mv "${f}.sha256.tmp" "${f}.sha256"
148
if ! _sha256sum -c "${f}.sha256" &>/dev/null; then
149
- echo "gimme: sha256sum failed for '${f}'" >&2
150
- echo 'gimme: continuing to next candidate URL' >&2
+ warn "sha256sum failed for '${f}'"
+ warn 'continuing to next candidate URL'
151
continue
152
fi
153
@@ -914,6 +914,6 @@ if ! case "${GIMME_TYPE}" in
914
;;
915
esac; then
916
echo >&2 "I don't have any idea what to do with '${GIMME_GO_VERSION}'."
917
- echo >&2 " (using type '${GIMME_TYPE}')"
+ echo >&2 " (using download type '${GIMME_TYPE}')"
918
exit 1
919
0 commit comments