Merge pull request #3932 from tstromberg/gofmt

Run: gofmt -s -w
pull/3935/head
Thomas Strömberg 2019-03-21 22:00:52 -07:00 committed by GitHub
commit 2c9395a919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -191,6 +191,7 @@ func (m *MinikubeRunner) RunDaemon2(command string) (*exec.Cmd, *bufio.Reader, *
} }
return cmd, bufio.NewReader(stdoutPipe), bufio.NewReader(stderrPipe) return cmd, bufio.NewReader(stdoutPipe), bufio.NewReader(stderrPipe)
} }
// SSH returns the output of running a command using SSH // SSH returns the output of running a command using SSH
func (m *MinikubeRunner) SSH(command string) (string, error) { func (m *MinikubeRunner) SSH(command string) (string, error) {
path, _ := filepath.Abs(m.BinaryPath) path, _ := filepath.Abs(m.BinaryPath)