Skip to content

Commit

Permalink
FIX syntax error in json configuration example (#308)
Browse files Browse the repository at this point in the history
FIX syntax error in json configuration example
  • Loading branch information
lpotherat authored Apr 30, 2021
1 parent a49a379 commit cf3bd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerminalDocs/tutorials/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can start an SSH session in your command prompt by executing `ssh user@machi
```json
{
"name": "user@machine ssh profile",
"commandline": "ssh user@machine",
"commandline": "ssh user@machine"
}
```

Expand Down

0 comments on commit cf3bd48

Please sign in to comment.