Skip to content

Commit c0a82e9

Browse files
author
Nelson Ochoa
committed
fix: call python templates variable
1 parent 5f25622 commit c0a82e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
python_templates=$(ls -d */ | sed 's/\//\n/g')
44
current_directory=`pwd`
5-
for template in $maven_templates; do
5+
for template in $python_templates; do
66
cd $current_directory/$template
77
echo "Building $template template"
88
done

0 commit comments

Comments
 (0)