mirror of
https://github.com/tonytins/s2pk.git
synced 2025-05-19 07:23:17 -04:00
Tweaked config location TODO
This commit is contained in:
parent
b23431cdb2
commit
8d07e6d307
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue