Fixed stupid typo
This commit is contained in:
parent
ca432ab977
commit
40e0d99596
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ type Registry struct {
|
|||
|
||||
func readConfig() []byte {
|
||||
|
||||
file, err := os.ReadFile("config/registylist.json")
|
||||
file, err := os.ReadFile("config/registrylist.json")
|
||||
if err != nil {
|
||||
logger.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue