fix(cli): version patch
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
861de2d59d
commit
aff49b5390
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ function status() {
|
|||
|
||||
function patch_version() {
|
||||
# Patching config version for console
|
||||
version=$(/var/lib/openreplay/yq '.fromVersion' /var/lib/openreplay/vars.yaml)-$(sudo git rev-parse --short HEAD)
|
||||
version=$(/var/lib/openreplay/yq '.fromVersion' vars.yaml)-$(sudo git rev-parse --short HEAD)
|
||||
# Create a temporary YAML file with the generated version
|
||||
cat <<EOF >/tmp/version_snippet.yaml
|
||||
config:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue