Skip to content

Commit ca0ad72

Browse files
committed
fix runpython
1 parent 9380a5a commit ca0ad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/code_snippets/kind_community_search_snippets_render_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -eou pipefail
44

55
test_dir="$1"
6-
scripts/evergreen/run_python.sh scripts/code_snippets/render_template.py "${test_dir}/README.md.j2" "${test_dir}/README.md"
6+
scripts/dev/run_python.sh scripts/code_snippets/render_template.py "${test_dir}/README.md.j2" "${test_dir}/README.md"

0 commit comments

Comments
 (0)