Skip to content

Commit

Permalink
Fix executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanliston committed Jul 7, 2021
1 parent 5a567cb commit 06b5402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hassio-to-pubsub/rootfs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
python3 /usr/local/src/hassio-to-pubsub/main.py

0 comments on commit 06b5402

Please sign in to comment.