Skip to content

Commit

Permalink
Fix missing quotes in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Apr 7, 2024
1 parent de9d573 commit c4683d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail

cd "$(dirname $0)"
cd "$(dirname "$0")"

# parse arguments
if [ "$#" -ne 1 ]; then
Expand Down

0 comments on commit c4683d9

Please sign in to comment.