Skip to content

Commit

Permalink
fix example and make it valid JSON
Browse files Browse the repository at this point in the history
Fix the given JSON in the long command help text and show a valid
JSON document.

resolves #432

Signed-off-by: Marcus Franke <[email protected]>
  • Loading branch information
Comradin authored and alexellis committed May 15, 2024
1 parent d952d6d commit 69f4cef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Input file format, in JSON:
[{
"hostname": "node-1",
"ip": "192.168.128.100",
"ip": "192.168.128.100"
},
{
"hostname": "node-2",
"ip": "192.168.128.101",
"ip": "192.168.128.101"
}]
` + pkg.SupportMessageShort + `
Expand Down

0 comments on commit 69f4cef

Please sign in to comment.