flytekit-python-template
flytekit-python-template copied to clipboard
fix build_docker.sh files for flag issue: -a vs -p
Issue
The 3 existing (identical) docker_build.sh files all had help text describing both an -a and a -p flag for setting the project name, but only a -a was allowed.
Fix
This will allow either -a or -p to set the project name, to be compatible with existing uses and the help text.
Note that I did omit the -a from the help text: it now only prints the -p option.
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line: - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: DCO Guide).