Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
Signed-off-by: unknown <Something Pink>
  • Loading branch information
unknown authored and unknown committed Jan 4, 2024
1 parent 5a16883 commit a4094c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/install-opentofu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ install_standalone() {
log_error "Checksum mismatch for ${ZIPFILE}, expected: ${EXPECTEDSUM}, got: ${REALSUM}."
return $TOFU_INSTALL_EXIT_CODE_INSTALL_FAILED
fi
log_info "Checksum for ${ZIPFILE} is ${REALSUM}, as expected."

if [ "${SKIP_VERIFY}" -ne "1" ]; then
log_info "Performing signature verification..."
Expand Down

0 comments on commit a4094c4

Please sign in to comment.