Skip to content

Commit

Permalink
Fix manifest --bosh-vars when no bosh-vars exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Sep 1, 2022
1 parent e5d7907 commit b0645d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Genesis/Env.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ sub manifest {
stderr => "&1",
env => $self->vault->env # to target desired vault
},
'spruce json "$1" | jq \'."bosh-variables"\' | spruce merge --skip-eval', $path
'spruce json "$1" | jq \'."bosh-variables"//{}\' | spruce merge --skip-eval', $path
)."\n"
}

Expand Down

0 comments on commit b0645d5

Please sign in to comment.