Commit 605beee
committed
Fix push-secrets.sh to handle empty extra_args correctly. Updated the command to use
${extra_args[@]+"${extra_args[@]}"} to avoid issues with set -u when the array is empty, ensuring proper execution without errors.1 parent 4caf2df commit 605beee
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments