diff --git a/ssh/ssh.go b/ssh/ssh.go index 3a4510c..e0be89d 100644 --- a/ssh/ssh.go +++ b/ssh/ssh.go @@ -123,7 +123,7 @@ type ApplyOnSize func(s *Ssh, size int64) func (s *Ssh) DownloadFile(remoteFile string, localFile string, display bool, close bool, fn ...ApplyOnSize) bool { if display { - echo.Action("Downloading relite file", path.Base(remoteFile)) + echo.Action("Downloading remote file", path.Base(remoteFile)) } done := false alreadyDownload := false