Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
pull/7944/head
Josh Dolitsky 6 years ago
parent ff562e169e
commit 2e45800b4b

@ -133,7 +133,7 @@ downloadFile() {
} }
# verifyFile verifies the SHA256 checksum of the binary package # verifyFile verifies the SHA256 checksum of the binary package
# and the GPG signtaures for both the package and checksum file # and the GPG signatures for both the package and checksum file
# (depending on settings in environment). # (depending on settings in environment).
verifyFile() { verifyFile() {
if [ "${VERIFY_CHECKSUM}" == "true" ]; then if [ "${VERIFY_CHECKSUM}" == "true" ]; then

Loading…
Cancel
Save