Fix formating.

This commit is contained in:
Alexander Laamanen 2017-03-03 21:53:43 +02:00 committed by Megan Marsh
parent 50a17cfc4e
commit 50a36be5d1
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ func (c *comm) scpUploadSession(path string, input io.Reader, fi *os.FileInfo) e
return scpUploadFile(target_file, input, w, stdoutR, fi)
}
return c.scpSession("scp -vt "+ strconv.Quote(target_dir), scpFunc)
return c.scpSession("scp -vt "+strconv.Quote(target_dir), scpFunc)
}
func (c *comm) scpUploadDirSession(dst string, src string, excl []string) error {