mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-08-05 13:43:40 -07:00
cleanup
This commit is contained in:
+1
-2
@@ -53,7 +53,6 @@ func ExampleUserSettings_ConfigFinder() {
|
||||
u := ssh_config.UserSettings{}
|
||||
u.ConfigFinder(func() string {
|
||||
return filepath.Join("testdata", "test_config")
|
||||
},
|
||||
)
|
||||
})
|
||||
u.Get("example.com", "Host")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user