Skip to content
Snippets Groups Projects
Commit 2383696a authored by izabel's avatar izabel
Browse files

fix: is archiver configured

SVN: 15461
parent 19ec04a8
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ public class ArchiverTaskFactory
public IArchiverTask createInstance(File storeRoot)
{
if (isArchiverConfigured())
if (isArchiverConfigured() == false)
{
throw new ConfigurationFailureException("Archiver class is not configured.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment