From 9582d791090b3f687e2c4351430fa42f8ccb36e1 Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Thu, 8 Dec 2022 06:42:20 +0000 Subject: [PATCH] Fix syntax error in injectPolyfills.sh (#115) --- scripts/injectPolyfills.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/injectPolyfills.sh b/scripts/injectPolyfills.sh index 547539b..d717416 100644 --- a/scripts/injectPolyfills.sh +++ b/scripts/injectPolyfills.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo This script (injectPolyfills) only exists to stop older build scripts from breaking, you no longer need to run it \ No newline at end of file +echo "This script (injectPolyfills) only exists to stop older build scripts from breaking, you no longer need to run it."