From c49bed0474efef7142bc3e7ac6fb31324a91c12c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Dec 2018 19:57:51 +0800 Subject: [PATCH] Update index.py --- plugins/gae/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gae/index.py b/plugins/gae/index.py index de0097b70..1c814bdff 100755 --- a/plugins/gae/index.py +++ b/plugins/gae/index.py @@ -170,7 +170,7 @@ def projectListCmd(): setUserCmd = cmd + 'gcloud config set account ' + asyncUser setUserCmd += ' && ' + cmd + 'gcloud config set project ' + pName asyncCmd = setUserCmd + ' && cd ' + projectDir + \ - ' && ' + cmd + 'gcloud app deploy << y' + ' && ' + cmd + 'gcloud app deploy <