Skip to content

Commit 03fa33d

Browse files
Marc Paquettemariash
authored andcommitted
Fix the runtime config name
Signed-off-by: Maria Shaldybin <[email protected]>
1 parent a8c243b commit 03fa33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/update_runtime_configs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function update_runtime_configs() {
99
arguments="${arguments} -o ops-files/${op}"
1010
done
1111

12-
bosh --json config --column content --type runtime --name default | jq .Tables[0].Rows[0].content -r > /tmp/original-runtime-config.yml
12+
bosh --json config --column content --type runtime --name dns | jq .Tables[0].Rows[0].content -r > /tmp/original-runtime-config.yml
1313
bosh interpolate ${arguments} /tmp/original-runtime-config.yml > /tmp/runtime-config.yml
1414
bosh -n update-runtime-config --name dns /tmp/runtime-config.yml
1515
}

0 commit comments

Comments
 (0)