cmd/puppeth: tiny comment fixup

This commit is contained in:
Péter Szilágyi 2017-11-24 10:58:02 +02:00 committed by GitHub
parent 15cd19ca58
commit 83cf6b12d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ func (client *sshClient) Stream(cmd string) error {
return session.Run(cmd)
}
// Upload copy the set of files to a remote server via SCP, creating any non-
// Upload copies the set of files to a remote server via SCP, creating any non-
// existing folders in the mean time.
func (client *sshClient) Upload(files map[string][]byte) ([]byte, error) {
// Establish a single command session