[Swift4] Add throw to reserved words (#6952)

* * Added `throw` to Swift4 Reserved words.

* * Regenerating Swift4 Petstore project
This commit is contained in:
Atanas Bozhkov
2017-11-15 13:45:30 +00:00
committed by William Cheng
parent 4e482eef17
commit 970de01bdf
4 changed files with 57 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ git_remote=`git remote`
if [ "$git_remote" = "" ]; then # git remote not defined
if [ "$GIT_TOKEN" = "" ]; then
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git crediential in your environment."
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
git remote add origin https://github.com/${git_user_id}/${git_repo_id}.git
else
git remote add origin https://${git_user_id}:${GIT_TOKEN}@github.com/${git_user_id}/${git_repo_id}.git