From 2168721dc01252ed84aa5f8ac414a7d2651d6c03 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 19 Aug 2023 20:24:21 -0700 Subject: [PATCH] Update error message --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0561e62..df78f855 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: echo git diff --name-only echo - echo "Please run `npm run optimize-svgs` and commit the changes" + echo "Please run 'npm run optimize-svgs' and commit the changes" exit 1 fi