Merge pull request #13 from jamesmanning/patch-1

add missing comma in example user settings
pull/64/head
Kelvin Schoofs 7 years ago committed by GitHub
commit c22b094eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ Add SSH FS configs to "sshfs.configs" in your User Settings:
// Unique id, which results in ssh://serverlogs/
"name": "serverlogs",
// The label to usually display (uses the name by default)
"label": "Server logs"
"label": "Server logs",
// Remote folder to use as root (default is /)
"root": "/var/log",
// Host to connect to (domain / IPv4 / IPv6)

Loading…
Cancel
Save