mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-08-23 23:24:49 +08:00
[code] hotfix dist
This commit is contained in:
Vendored
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user