We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc759e commit 1610c72Copy full SHA for 1610c72
staging_intervention/tests/specs/extra_unstaged.yml
@@ -6,7 +6,7 @@ initialization:
6
id: start
7
- type: bash
8
runs: |
9
- declare -a names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
+ names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
10
for name in "${names[@]}"; do
11
touch "$name.txt"
12
git add "$name.txt"
0 commit comments