diff --git a/docker/owlbot/java/bin/write_templates.sh b/docker/owlbot/java/bin/write_templates.sh index 76e3bd4f9..cc09b2a1d 100755 --- a/docker/owlbot/java/bin/write_templates.sh +++ b/docker/owlbot/java/bin/write_templates.sh @@ -28,5 +28,5 @@ fi if [ -f "owlbot.py" ] then - python3 -m synthtool owlbot.py + python3 owlbot.py fi