Skip to content

Commit

Permalink
#761: fix deploy folder not getting purged by createDeltaPkg
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Feb 21, 2023
1 parent d5280d2 commit db8ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/devops.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ const DevOps = {
},
]);
}
if (skipInteraction || responses.isPurgeDeployFolders) {
if (skipInteraction || responses.isPurgeDeployFolder) {
// Clear output folder structure for selected sub-type
await File.remove(File.normalizePath([properties.directories.deploy]));
}
Expand Down

0 comments on commit db8ba4e

Please sign in to comment.