Commit 8ecf8ad9ff2b3a372077b84a6489df57c39cff4a

Authored by Benjamin Renard
1 parent 90097c59

Fix migration dir definition

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/InputOutput/IHMImpl/Config/IHMConfigClass.php
... ... @@ -49,7 +49,7 @@ class IHMConfigClass
49 49  
50 50 private static $processMgrFile = "processManager.xml";
51 51  
52   - private static $migrationBackupDir = "MIGRATION_BACKUP";
  52 + private static $migrationBackupDir = "MIGRATION_BACKUP/";
53 53  
54 54 private static $jobsMgrFile = "jobs.xml";
55 55  
... ...