Skip to content

Commit

Permalink
fix: call python templates variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Ochoa committed Feb 16, 2023
1 parent 5f25622 commit c0a82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit c0a82e9

Please sign in to comment.