Skip to content

Commit 76bbf50

Browse files
committed
CI: fix acceptance_test config JSON
Final `,` missed when unused values were removed.
1 parent f80b9da commit 76bbf50

File tree

1 file changed

+1
-1
lines changed
  • ci/tasks/run-bwats

1 file changed

+1
-1
lines changed

ci/tasks/run-bwats/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pushd stemcell-builder/acceptance_test
3232
"vm_extensions": "${VM_EXTENSIONS}",
3333
"network": "${NETWORK}",
3434
"default_username": "${DEFAULT_USERNAME}",
35-
"default_password": "${DEFAULT_PASSWORD}",
35+
"default_password": "${DEFAULT_PASSWORD}"
3636
}
3737
END_OF_CONFIG
3838

0 commit comments

Comments
 (0)