Skip to content

Commit 8c7a20b

Browse files
author
Cam Pedersen
committed
[minor] alway be recursive
1 parent eec8649 commit 8c7a20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ scp.send = function (options, cb) {
2121
scp.get = function (options, cb) {
2222
var command = [
2323
'scp',
24+
'-r',
2425
options.host + ':' + options.file,
2526
options.path
2627
];

0 commit comments

Comments
 (0)