Skip to content

Commit

Permalink
Use correct bash comment symbol. (#14183)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia authored Jun 27, 2022
1 parent 93181da commit 5c8969f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terminate-zombie-build-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
set -euxo pipefail
TIME_LIMIT=10800 // 3 hours
TIME_LIMIT=10800 # 3 hours
aws configure set default.region us-east-2
Expand Down

0 comments on commit 5c8969f

Please sign in to comment.