mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Edit exit message to avoid confusion
This commit is contained in:
@@ -88,7 +88,7 @@ rm -f help_general.md help_bn.md help_vc.md help_am.md help_vm.md
|
|||||||
|
|
||||||
# only exit at the very end
|
# only exit at the very end
|
||||||
if [[ $changes == true ]]; then
|
if [[ $changes == true ]]; then
|
||||||
echo "CLI parameters were not up to date. Run \"make cli\" to update, then commit the changes"
|
echo "Exiting with error to indicate changes occurred..."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "CLI parameters are up to date."
|
echo "CLI parameters are up to date."
|
||||||
|
|||||||
Reference in New Issue
Block a user