Skip to content

Commit 694f34b

Browse files
committed
Fix JSON parsing issues with duplicate keys. Fixes #43
1 parent 5301312 commit 694f34b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Shuttle/shuttle.default.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"_comment": "Valid terminals include: 'Terminal.app' or 'iTerm'",
3-
"_comment": "Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
4-
"_comment": "For more information on how to configure, please see http://fitztrev.github.io/shuttle/",
2+
"_comment1": "Valid terminals include: 'Terminal.app' or 'iTerm'",
3+
"_comment2": "Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
4+
"_comment3": "For more information on how to configure, please see http://fitztrev.github.io/shuttle/",
55
"terminal": "Terminal.app",
66
"launch_at_login": false,
77
"hosts": [

0 commit comments

Comments
 (0)