Skip to content

Commit

Permalink
escape wait_interval on line 87 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
b8fd286fcb585385 committed Nov 16, 2022
1 parent 321ecc3 commit 4bb3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ validate_args() {

lets_wait() {
echo "Sleeping for ${wait_interval} seconds"
sleep $wait_interval
sleep "$wait_interval"
}

api() {
Expand Down

0 comments on commit 4bb3dd7

Please sign in to comment.