mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
cmd/puppeth: tiny comment fixup
This commit is contained in:
parent
15cd19ca58
commit
83cf6b12d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue