Fix syntax error in injectPolyfills.sh (#115)

This commit is contained in:
Ian Manske 2022-12-08 06:42:20 +00:00 committed by GitHub
parent bb6165c1ad
commit 9582d79109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
echo "This script (injectPolyfills) only exists to stop older build scripts from breaking, you no longer need to run it."