Skip to content

Commit dd1ea03

Browse files
committed
Fix build_examples.sh
1 parent d1b2ea3 commit dd1ea03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_examples.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ for example in examples/*.py; do
77
if [[ $name = common ]] || [[ $name = __init__ ]]; then
88
continue
99
fi
10-
target/release/pyckitup build "$example"
10+
target/debug/pyckitup build "$example"
1111
mv build/index.html build/"$name".html
1212
done

0 commit comments

Comments
 (0)