From c94d5f8c6b1ba8c5bc9adb75f2b86347b566a3dc Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Thu, 24 Jan 2019 14:45:41 -0600 Subject: [PATCH] fix service names in cleanup script --- deploy/pcf/remove-all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/pcf/remove-all.ps1 b/deploy/pcf/remove-all.ps1 index a8461883..15f1e07a 100644 --- a/deploy/pcf/remove-all.ps1 +++ b/deploy/pcf/remove-all.ps1 @@ -24,6 +24,6 @@ foreach ($_ in "MobileMarketingApiGw MobileShoppingApiGw WebMarketingApiGw WebSh # backing services foreach ($_ in "eShopConfig eShopRegistry eShopDocDb eShopMySQL eShopMQ eShopCache".Split('')) { - $commandArgs = "delete-service eshop.$_ -f" + $commandArgs = "delete-service $_ -f" Start-Process -FilePath "cf.exe" -ArgumentList $commandArgs } \ No newline at end of file