Skip to content

Commit fe9f7ad

Browse files
fix script
1 parent f1f67a6 commit fe9f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test_code_samples_v1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ API_KEY=$3
99
if [ -z "${ACCOUNT}" ]; then echo "ACCOUNT is required"; exit 1; fi
1010
if [ -z "${ENDPOINT}" ]; then echo "ENDPOINT is required"; exit 1; fi
1111

12-
for f in $(find ./docs/code_samples -maxdepth 1 -name "*.txt" -not -name "workflow_*.txt" | sort -h)
12+
for f in $(find ./docs/code_samples -maxdepth 1 -name "*.txt" -not -name "workflow_*.txt" -not -name "v2_*" | sort -h)
1313
do
1414
echo
1515
echo "###############################################"

0 commit comments

Comments
 (0)