updated ftp-deploy with dryrun patch

This commit is contained in:
SamKirkland
2020-10-25 00:41:02 -05:00
parent 928e32c59b
commit 63b04d6546
3 changed files with 6 additions and 6 deletions

2
dist/index.js vendored
View File

@@ -1991,7 +1991,7 @@ function createFolder(client, folderPath, logger, timings, dryRun) {
var _a;
return __awaiter(this, void 0, void 0, function* () {
logger.all(`creating folder "${folderPath + "/"}"`);
if (dryRun === false) {
if (dryRun === true) {
return;
}
const path = getFileBreadcrumbs(folderPath + "/");