Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Pass extra CLI parameters to dev_appserver (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhub authored and pmbethe09 committed Apr 2, 2018
1 parent d25d495 commit 09c1f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/py/appengine_runner.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if [[ -e "$self.runfiles/%{workspace_name}" ]]; then
cd $RUNFILES
fi

%{devappserver} --skip_sdk_update_check 1 app.yaml
%{devappserver} --skip_sdk_update_check 1 "$@" app.yaml

0 comments on commit 09c1f23

Please sign in to comment.