Skip to content

Commit

Permalink
Fixed missing osl change (unsaved file error)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Jun 28, 2023
1 parent 1017f11 commit c7dff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/addon-ocfp-runtime-configs-syslog~osl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bosh::upload::runtime::configs() {
)"
genesis_bosh -A update-runtime-config --tty \
--name="ocfp-syslog" \
<( spruce merge -m "ocfp/configs/runtime/syslog.yml" "overlay/releases/syslog.yml" )
<( spruce merge -m "ocfp/configs/runtime/syslog.yml" <(echo "$upstream_syslog_release") "overlay/releases/syslog.yml" )

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

0 comments on commit c7dff3c

Please sign in to comment.