From 90fb642c2239e647e64122e0436ccfc55f022bb6 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 17 Jan 2020 09:24:14 +0100 Subject: [PATCH] Fixed bug with exception --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 92049e8..6935b1b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,7 +21,7 @@ echo "Installing dependencies..." npm install --silent npm install --silent --global prettier echo "Prettifing files..." -prettier $INPUT_PRETTIER_OPTIONS || echo "Problem prettifing your files"; exit 1; +prettier $INPUT_PRETTIER_OPTIONS || echo "Problem prettifing your files" if ! git diff --quiet then