aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/run_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zen/cmds/run_cmd.cpp')
-rw-r--r--src/zen/cmds/run_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/cmds/run_cmd.cpp b/src/zen/cmds/run_cmd.cpp
index a99ba9704..309b8996a 100644
--- a/src/zen/cmds/run_cmd.cpp
+++ b/src/zen/cmds/run_cmd.cpp
@@ -100,7 +100,7 @@ RunCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** argv)
}
else
{
- CleanDirectory(BaseDirectory);
+ CleanDirectory(BaseDirectory, /*ForceRemoveReadOnlyFiles*/ false);
}
}