Fix: repo servers.json path

This commit is contained in:
Quentin McGaw (desktop)
2021-09-06 13:41:45 +00:00
parent 6b6caa435f
commit 4a0738cd49
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,6 @@ type CLI struct {
func New() *CLI {
return &CLI{
repoServersPath: "./internal/constants/servers.json",
repoServersPath: "./internal/storage/servers.json",
}
}