Fix: repo servers.json path
This commit is contained in:
@@ -16,6 +16,6 @@ type CLI struct {
|
||||
|
||||
func New() *CLI {
|
||||
return &CLI{
|
||||
repoServersPath: "./internal/constants/servers.json",
|
||||
repoServersPath: "./internal/storage/servers.json",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user