Skip to content

Commit

Permalink
Debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
clone1018 committed Mar 1, 2021
1 parent b26f067 commit bd0d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func updateFromOfficialSource(servicePath string) {
panicAndPause(err)
}

servicesFile := path.Join(servicePath, "services2.json")
servicesFile := path.Join(servicePath, "services.json")
err = os.WriteFile(servicesFile, data, 0644)
if err != nil {
log.Printf("⛔️ Failed to patch file: %s", servicesFile)
Expand Down

0 comments on commit bd0d436

Please sign in to comment.