Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
return execa
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Nov 18, 2019
1 parent cab9a91 commit 16f0f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rclone.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ module.exports = {
`gitbackup:${dest}`
];

execa(binaryPath, args);
return execa(binaryPath, args);
}
};

0 comments on commit 16f0f50

Please sign in to comment.