Skip to content

Commit ac728e3

Browse files
authored
fix upload message (#567)
* feature upload * applyslice for ssh * auto value envs * message * new line
1 parent dcd36f8 commit ac728e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func ProcessUploadSlice(uploadSlice []string, remote tools.Remote) {
295295
log.Println("[DEBUG] localFile: " + localFile)
296296
log.Println("[DEBUG] remoteFile: " + remoteFile)
297297

298-
log.Printf("Uploading file: %s -> %s", localFile, remoteFile)
298+
fmt.Printf("Uploading file: %s -> %s\n", localFile, remoteFile)
299299

300300
err := remote.SSHCopyFile(localFile, remoteFile)
301301
if err != nil {

0 commit comments

Comments
 (0)