aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/config/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/config/parser.go')
-rw-r--r--lib/ssh/config/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/config/parser.go b/lib/ssh/config/parser.go
index 1abf3247..5f9e57bc 100644
--- a/lib/ssh/config/parser.go
+++ b/lib/ssh/config/parser.go
@@ -16,9 +16,9 @@ import (
// parser for the SSH config file that merge all "Include" files and convert
// them all into lines of string.
type parser struct {
+ files map[string]struct{}
workDir string
homeDir string
- files map[string]struct{}
}
func newParser() (p *parser, err error) {