diff --git a/hassio-to-pubsub/rootfs/run.sh b/hassio-to-pubsub/rootfs/run.sh index 0d6380c..bd65550 100644 --- a/hassio-to-pubsub/rootfs/run.sh +++ b/hassio-to-pubsub/rootfs/run.sh @@ -20,4 +20,4 @@ export GOOGLE_APPLICATION_CREDENTIALS="/service_account.json" export WEBSOCKET_URL="http://supervisor/core/websocket" export ACCESS_TOKEN="${SUPERVISOR_TOKEN}" -python3 /usr/local/src/pubsub/main.py \ No newline at end of file +python3 /usr/local/src/hassio-to-pubsub/main.py \ No newline at end of file