Skip to content

Commit 98ef835

Browse files
authoredOct 23, 2022
Correct typo for bitbucket (#81)
1 parent 94d063f commit 98ef835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func main() {
3636
knownServices := map[string]string{
3737
"github": "github.com",
3838
"gitlab": "gitlab.com",
39-
"bitbucket": "bitbucker.org",
39+
"bitbucket": "bitbucket.org",
4040
}
4141

4242
// Generic flags

0 commit comments

Comments
 (0)
Please sign in to comment.