Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Mar 16, 2023
1 parent 890239b commit b8fb568
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/github/gh-webhook
module github.com/cli/gh-webhook

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 @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/github/gh-webhook/webhook"
"github.com/cli/gh-webhook/webhook"
)

func main() {
Expand Down

0 comments on commit b8fb568

Please sign in to comment.