fix(openreplay-cli): fix path

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-05-18 16:15:59 +05:30
parent d63d95c748
commit d043eb0833
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

View file

@ -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
}