From 0d1a062a1302d4d265fd064d265785862ccf8798 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 18 Mar 2020 11:12:34 +0100 Subject: [PATCH] Marked Importance --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 540deca..662c7d3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -47,7 +47,7 @@ prettier $INPUT_PRETTIER_OPTIONS || echo "Problem running prettier with $INPUT_P if _git_changed; then if $INPUT_DRY; then - echo "Prettier found unpretty files." + echo "Prettier found unpretty files!" exit 1 else # Calling method to configure the git environemnt