Skip to content

Commit

Permalink
Fix path to runtime-config [#159370052]
Browse files Browse the repository at this point in the history
  • Loading branch information
Iryna Shustava committed Jul 27, 2018
1 parent f920059 commit 522dd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-functions
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function bosh_deploy() {

function bosh_update_dns_runtime_config() {
bosh -n update-runtime-config \
${BBL_STATE_DIR}/bbl-state/bosh-deployment/runtime-configs/dns.yml \
bbl-state/${BBL_STATE_DIR}/bosh-deployment/runtime-configs/dns.yml \
--name dns
}

Expand Down

0 comments on commit 522dd28

Please sign in to comment.