Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yeslayla committed Oct 27, 2022
1 parent 7c8e662 commit 49aa4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/yeslayla/bird-bot
module github.com/yeslayla/birdbot

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"log"

"github.com/yeslayla/bird-bot/app"
"github.com/yeslayla/birdbot/app"
)

func main() {
Expand Down

0 comments on commit 49aa4fd

Please sign in to comment.