Refactor: Format.

This commit is contained in:
2017-05-11 16:01:06 +01:00
parent 24cc858327
commit ebde05af36
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Workers.cs:
Refactor: Format.
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Context.cs:

View File

@@ -1463,7 +1463,7 @@ namespace osrepodbmgr.Core
{
if(id == 0 || string.IsNullOrWhiteSpace(mdid))
return;
string destination = Path.Combine(Settings.Current.RepositoryPath, mdid[0].ToString(),
mdid[1].ToString(), mdid[2].ToString(), mdid[3].ToString(),
mdid[4].ToString(), mdid) + ".zip";