Skip to content

Commit

Permalink
fix: unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 31, 2024
1 parent 763e4c1 commit a5e8b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -Eexuo pipefail # abort the script on error

# Array to collect errors
declare -a errors
declare -a errors=()

# replicate shared data from this repo into all repositories at Ory
function replicate_all {
Expand Down

0 comments on commit a5e8b9a

Please sign in to comment.