We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b69b704 + 2dab91b commit 799d13fCopy full SHA for 799d13f
scp.js
@@ -35,7 +35,7 @@ scp.get = function (options, cb) {
35
'scp',
36
'-r',
37
'-P',
38
- (options.port == undefined) ? '22' : options.port),
+ (options.port == undefined ? '22' : options.port),
39
(options.user == undefined ? '' : options.user+'@') + options.host + ':' + options.file,
40
options.path
41
];
0 commit comments