Skip to content

Commit 1610c72

Browse files
committed
[staging-intervention] Remove declare
1 parent acc759e commit 1610c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging_intervention/tests/specs/extra_unstaged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ initialization:
66
id: start
77
- type: bash
88
runs: |
9-
declare -a names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
9+
names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
1010
for name in "${names[@]}"; do
1111
touch "$name.txt"
1212
git add "$name.txt"

0 commit comments

Comments
 (0)