Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
simplerick-simplefun authored Jul 11, 2024
1 parent 091ae13 commit e2bd9d0
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 @@ -257,7 +257,7 @@ func main() {
if len(os.Args) >= 3 {
err = local(os.Args[1], os.Args[2], os.Args[2:])
} else {
err = release("soffchen/geoip", "simplerick-simplefun/sing-geoip")
err = release("simplerick-simplefun/geoip", "simplerick-simplefun/sing-geoip")
}
if err != nil {
logrus.Fatal(err)
Expand Down

0 comments on commit e2bd9d0

Please sign in to comment.