Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
edc3e0ef
Commit
edc3e0ef
authored
7 years ago
by
Zoe Nolan
Committed by
Péter Szilágyi
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/puppeth: fix typo in comment (#15539)
* cmd: fix typo in comment * cmd/puppeth: tiny comment fixup
parent
f9569f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ssh.go
cmd/puppeth/ssh.go
+2
-2
No files found.
cmd/puppeth/ssh.go
View file @
edc3e0ef
...
...
@@ -216,8 +216,8 @@ func (client *sshClient) Stream(cmd string) error {
return
session
.
Run
(
cmd
)
}
// Upload copie
d
the set of files to a remote server via SCP, creating any non-
// existing folder
in t
e mean time.
// Upload copie
s
the set of files to a remote server via SCP, creating any non-
// existing folder
s in th
e mean time.
func
(
client
*
sshClient
)
Upload
(
files
map
[
string
][]
byte
)
([]
byte
,
error
)
{
// Establish a single command session
session
,
err
:=
client
.
client
.
NewSession
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment