diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index f02520f0e..73e76e5ee 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -147,5 +147,4 @@ func (c *comm) Upload(path string, input io.Reader) error { func (c *comm) Download(string, io.Writer) error { panic("not implemented yet") - return nil }