balena-io-examples / google-iot

Google Cloud IoT integration
Apache License 2.0
15 stars 8 forks source link

Remove non-ascii characters from cgp-setup.sh #13

Open jos- opened 3 years ago

jos- commented 3 years ago

Running the cgp-setup.sh script results in an error because of the (invisible) <200b> characters on line 168. The error is:

*** GCP PubSub: Create test subscription to telemetry topic ***
ERROR: gcloud crashed (UnicodeEncodeError): 'utf-8' codec can't encode characters in position 1-2: surrogates not allowed

This pull request fixes the error.