diff options
Diffstat (limited to 'pkg/machine/config.go')
-rw-r--r-- | pkg/machine/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/config.go b/pkg/machine/config.go index 9aa66f880..833f9cba8 100644 --- a/pkg/machine/config.go +++ b/pkg/machine/config.go @@ -138,7 +138,7 @@ type InspectInfo struct { } func (rc RemoteConnectionType) MakeSSHURL(host, path, port, userName string) url.URL { - //TODO Should this function have input verification? + // TODO Should this function have input verification? userInfo := url.User(userName) uri := url.URL{ Scheme: "ssh", |