Skip to content

Commit 49c10b6

Browse files
author
Guruprasad Kulkarni
committed
Fixed Url for Github Compare
1 parent d0bf166 commit 49c10b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type createBranchBody struct {
7272
const environmentTokenKey = "OAUTH_TOKEN"
7373
const dockerNamesURL = "https://frightanic.com/goodies_content/docker-names.php"
7474
const apiBaseURL = "https://api.github.com/repos"
75-
const githubURL = "https://github.com/repos/%s/%s/compare/%s...%s"
75+
const githubURL = "https://github.com/%s/%s/compare/%s...%s"
7676

7777
func main() {
7878
if token, present := os.LookupEnv(environmentTokenKey); !present || token == "" {

0 commit comments

Comments
 (0)