diff --git a/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl b/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl index 830898f9e6..c80abebfc1 100644 --- a/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl +++ b/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl @@ -34,8 +34,4 @@ curl -v -X POST \ curl -v -X POST \ -H "Authorization: Bearer $TOKEN" \ -"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments" - -curl -v \ --H "Authorization: Bearer $TOKEN" \ -"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments" +"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments" \ No newline at end of file