Skip to content
Snippets Groups Projects
Commit c17ce334 authored by kaloyane's avatar kaloyane
Browse files

minor: use the same naming scheme for backup folders as the old screening upgrade procedure

SVN: 23192
parent a0c5d2ef
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ import com.izforge.izpack.data.PanelAction;
*/
public class PrepareInstallationBackupAction implements PanelAction
{
private static final String BACK_FOLDER_PATTERN = "yyyy-MM-dd-HHmm";
private static final String BACK_FOLDER_PATTERN = "yyMMdd-HHmm";
private static final String BACKUP_ROOT = "backup";
......@@ -84,5 +84,4 @@ public class PrepareInstallationBackupAction implements PanelAction
}
return result;
}
}
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