From 1ceecb22d5be2059f7391645988bcbc2150e3bb9 Mon Sep 17 00:00:00 2001 From: Sirajudeen Date: Tue, 5 Jan 2021 16:58:20 +0000 Subject: [PATCH] [Typo-Fix] - Removing the extra line separator Change-Id: I3469cdbaffee6641559ebd70c1df2a48a55b6484 --- tools/deployment/22_test_configs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/22_test_configs.sh b/tools/deployment/22_test_configs.sh index 45e522e75..112c3b1cb 100755 --- a/tools/deployment/22_test_configs.sh +++ b/tools/deployment/22_test_configs.sh @@ -41,7 +41,7 @@ airshipctl config set-manifest treasuremap_ci \ airshipctl config set-manifest treasuremap_ci \ --repo primary \ --url "${AIRSHIP_CONFIG_PRIMARY_REPO_URL}" \ - --commithash "${TREASUREMAP_REF}" \ + --commithash "${TREASUREMAP_REF}" airshipctl config set-context ephemeral-cluster --manifest treasuremap_ci airshipctl config set-context target-cluster --manifest treasuremap_ci