Tweaked config location TODO

This commit is contained in:
Tony Bark 2025-04-30 08:52:43 -04:00
parent b23431cdb2
commit 8d07e6d307

View file

@ -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;
}