Skip to content

Commit 420c352

Browse files
committed
fix
1 parent 0fc48c4 commit 420c352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/testdata/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44
cd "$(dirname "${BASH_SOURCE[0]}")"
55

6-
for d in multiple-agents-multiple-scripts/; do
6+
for d in */; do
77
pushd "$d"
88
name=$(basename "$(pwd)")
99

0 commit comments

Comments
 (0)