We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200a8b4 commit 1bd630cCopy full SHA for 1bd630c
config.go
@@ -8,7 +8,7 @@
8
// the host name to match on ("example.com"), and the second argument is the key
9
// you want to retrieve ("Port"). The keywords are case insensitive.
10
//
11
-// port := ssh_config.Get("myhost", "Port")
+// port := ssh_config.Get("myhost", "Port")
12
13
// You can also manipulate an SSH config file and then print it or write it back
14
// to disk.
@@ -43,7 +43,7 @@ import (
43
"sync"
44
)
45
46
-const version = "1.2"
+const version = "1.3"
47
48
var _ = version
49
0 commit comments