From 7dbb2e9e5736b2ab9dec9e68b327febea8994e2c Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Tue, 18 May 2021 16:15:59 +0530 Subject: [PATCH] fix(openreplay-cli): fix path Signed-off-by: Rajesh Rajendran --- scripts/helm/openreplay-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/openreplay-cli b/scripts/helm/openreplay-cli index 087f00d89..62c81b7dc 100755 --- a/scripts/helm/openreplay-cli +++ b/scripts/helm/openreplay-cli @@ -79,7 +79,7 @@ start() { done cd $CWD fi - helm upgrade --install -n app $1 ./app/openreplay -f ./app/openreplay/$1.yaml + helm upgrade --install -n app $1 ./app/openreplay -f ./app/$1.yaml }