Skip to content

Commit

Permalink
Fixed bad option name in orc addon
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Jun 28, 2023
1 parent c7dff3c commit c087687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/addon-ocfp-runtime-configs~orc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bosh::upload::runtime::configs() {
describe >&2 "Uploading 'ocfp-bosh-dns' runtime config."
genesis_bosh -A update-runtime-config --tty \
--name="ocfp-bosh-dns" \
<( spruce merge -m -g "bosh-deployment/runtime-configs/dns.yml" "overlay/releases/bosh-dns.yml" )
<( spruce merge -m --go-patch "bosh-deployment/runtime-configs/dns.yml" "overlay/releases/bosh-dns.yml" )

describe >&2 "Uploading 'ocfp-toolbelt' runtime config."
genesis_bosh -A update-runtime-config --tty \
Expand Down

0 comments on commit c087687

Please sign in to comment.