From 8d07e6d307d908b5b97d4e7f0670452770cdf047 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Wed, 30 Apr 2025 08:52:43 -0400 Subject: [PATCH] Tweaked config location TODO --- PackageManger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }