Skip to content

Commit

Permalink
Merge pull request #160 from runcom/fix-warning-message
Browse files Browse the repository at this point in the history
fix: reword warning message for disabled checks
  • Loading branch information
mmartinv authored Oct 23, 2024
2 parents 28ca090 + f9c270a commit 81fc0b6
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 81fc0b6

Please sign in to comment.