Skip to content

Commit

Permalink
fix: reword warning message for disabled checks
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom committed Oct 22, 2024
1 parent 74dd761 commit f9c270a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/libexec/greenboot/greenboot
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source_configuration_file
function print_unexecuted_checks {
for disabled_healthcheck in "${DISABLED_HEALTHCHECKS[@]}"; do
if [[ "${DIS_CHECK_STATUS[$disabled_healthcheck]}" == 1 ]]; then
echo "WARNING: $disabled_healthcheck was not found and may be misspelled"
echo "WARNING: $disabled_healthcheck wasn't executed because it's disabled"
fi
done
}
Expand Down

0 comments on commit f9c270a

Please sign in to comment.