Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/gcp-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ echo "Created PubSub telemetry topic: $GCP_STATE_TOPIC"
##################################
echo -e "\n*** GCP PubSub: Create test subscription to telemetry topic ***"
GCP_SUB_TEST="balena-telemetry-test-sub"
$GCLOUD_COMMIT && gcloud_slow pubsub subscriptions create --topic $GCP_TELEMETRY_TOPIC $GCP_SUB_TEST
$GCLOUD_COMMIT && gcloud_slow pubsub subscriptions create --topic $GCP_TELEMETRY_TOPIC $GCP_SUB_TEST
echo "Created PubSub test subscription: $GCP_SUB_TEST"

##################################
Expand Down