Skip to content

Commit d8f1de9

Browse files
authored
Merge pull request #63 from antoniobusrod/master
Fix typo in `password` property name
2 parents a3ac972 + 15b33fc commit d8f1de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Properties:
8686

8787
var config = {
8888
username:'root',
89-
Password:'secret',
89+
password:'secret',
9090
host:sshServer,
9191
port:22,
9292
dstHost:destinationServer,

0 commit comments

Comments
 (0)