From 05cd4d76e563f6491feca58d8987e5c4b4268a74 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 21 Nov 2023 17:17:03 +0100 Subject: [PATCH] sys/ssh - amend DownloadFile --- ssh/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/ssh.go b/ssh/ssh.go index 3ef88c9..3a4510c 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 docker image", path.Base(remoteFile)) + echo.Action("Downloading relite file", path.Base(remoteFile)) } done := false alreadyDownload := false