From 101b6c13a069ee717523a2d721a7b5fb9cb06c2d Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Sat, 11 Apr 2020 17:44:56 +0200 Subject: [PATCH] [code] hotfix dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 31f8a02..f6dd350 100755 --- a/dist/index.js +++ b/dist/index.js @@ -656,7 +656,7 @@ const { sync: commandExists } = __webpack_require__(677); const { get: nodeCmd } = __webpack_require__(428); const validateRsync = (callback = () => {}) => { - const rsyncCli = commandExists.sync('rsync'); + const rsyncCli = commandExists('rsync'); if (!rsyncCli) { nodeCmd(