Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 9b87b7d

Browse files
committed
fix(cfd): teardown not using cf_api_prod var for -p
1 parent aab4582 commit 9b87b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner-manager/cfd/sh/integration_teardown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ while getopts ":b:pfh" opt; do
3636
basename="$OPTARG"
3737
;;
3838
p)
39-
cf_api="api.fr.cloud.gov"
39+
cf_api="$cf_api_prod"
4040
;;
4141
f)
4242
args+=("-f")

0 commit comments

Comments
 (0)