Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit fe58947

Browse files
committed
Removed trailing commas in cmd string
1 parent e01f985 commit fe58947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/quickstart-hashicorp-vault.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"run_vault": {
366366
"commands": {
367367
"01_register_vault_binary": {
368-
"command": "start vault",
368+
"command": "start vault"
369369
}
370370
}
371371
}
@@ -565,7 +565,7 @@
565565
"run_vault": {
566566
"commands": {
567567
"01_register_vault_binary": {
568-
"command": "start vault",
568+
"command": "start vault"
569569
}
570570
}
571571
}

0 commit comments

Comments
 (0)