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.
1 parent 6e78ece commit 2dab91bCopy full SHA for 2dab91b
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