Skip to content

Commit

Permalink
fix(owlbot-java): run owlboy.py directly rather than via synthtool mo…
Browse files Browse the repository at this point in the history
…dule (#1047)
  • Loading branch information
chingor13 authored Apr 15, 2021
1 parent 043cc62 commit 1657dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/owlbot/java/bin/write_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ fi

if [ -f "owlbot.py" ]
then
python3 -m synthtool owlbot.py
python3 owlbot.py
fi

0 comments on commit 1657dd8

Please sign in to comment.