Skip to content

Commit 69f4cef

Browse files
Comradinalexellis
authored andcommitted
fix example and make it valid JSON
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]>
1 parent d952d6d commit 69f4cef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/plan.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Input file format, in JSON:
2020
2121
[{
2222
"hostname": "node-1",
23-
"ip": "192.168.128.100",
23+
"ip": "192.168.128.100"
24+
},
25+
{
2426
"hostname": "node-2",
25-
"ip": "192.168.128.101",
27+
"ip": "192.168.128.101"
2628
}]
2729
2830
` + pkg.SupportMessageShort + `

0 commit comments

Comments
 (0)