Skip to content

Commit

Permalink
Update rsyncwrapper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGreenhill committed Apr 6, 2013
1 parent ddffc39 commit ceda6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rsyncwrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports.rsync = function (options,callback) {

// Add Support for Non-Standard Port Numbers
if ( typeof options.port !== "undefined" ) {
args.push("ssh -p " + options.port);
args.push("-e \"ssh -p " + options.port + "\"");
}

switch ( options.compareMode ) {
Expand Down

0 comments on commit ceda6ee

Please sign in to comment.