Skip to content

Commit 864c7e3

Browse files
velsietisHuw
authored and
Huw
committedAug 25, 2022
fix: typo in Sackmesser Deploy
1 parent 5558078 commit 864c7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/apigee-sackmesser/cmd/deploy/deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ if [ "$apiversion" = "google" ]; then
194194
-Dapitype="${api_type:-apiproxy}" \
195195
-Dorg="$organization" \
196196
-Denv="$environment" \
197-
-Dhosturi="$baseuri" \
197+
-Dbaseuri="$baseuri" \
198198
-Dproxy.name="$bundle_name" \
199199
-Dtoken="$token" \
200200
-Dapigee.deploy.skip="$skip_deployment" \
@@ -213,7 +213,7 @@ elif [ "$apiversion" = "apigee" ]; then
213213
-Dapitype="${api_type:-apiproxy}" \
214214
-Dorg="$organization" \
215215
-Denv="$environment" \
216-
-Dhosturi="$baseuri" \
216+
-Dbaseuri="$baseuri" \
217217
-Dproxy.name="$bundle_name" \
218218
-Dtoken="$token" \
219219
-Dmfa="$mfa" \

0 commit comments

Comments
 (0)