mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Resolving check issues...
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
8384413937
commit
cdd5dbdcd3
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public sealed class GuildDataService : IHostedService
|
||||||
Directory.CreateDirectory($"{newPath}/..");
|
Directory.CreateDirectory($"{newPath}/..");
|
||||||
Directory.Move(oldPath, newPath);
|
Directory.Move(oldPath, newPath);
|
||||||
|
|
||||||
_logger.LogInformation($"Migrated GuildData: \"{oldPath}\" -> \"{newPath}\"");
|
_logger.LogInformation("Migrated GuildData: \"{oldPath}\" -> \"{newPath}\"", oldPath, newPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue