diff --git a/PackageManger.cs b/PackageManger.cs index bd44614..81e5fa8 100644 --- a/PackageManger.cs +++ b/PackageManger.cs @@ -50,7 +50,7 @@ public static class PackageManager { if (string.IsNullOrEmpty(destination)) { - var config = Config.Load("s2pk.toml"); // TODO: Config file should be in application directory + var config = Config.Load("s2pk.toml"); // TODO: Config file should be in home directory destination = config.Destination; }