From 6a60e679b8e2509399e967313dda40ca7c24e044 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 15 Sep 2017 11:04:45 -0300 Subject: [PATCH] todo --- internal/client/github.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/client/github.go b/internal/client/github.go index 0098b05ec..49cadd0c5 100644 --- a/internal/client/github.go +++ b/internal/client/github.go @@ -28,6 +28,7 @@ func NewGitHub(ctx *context.Context, repo config.Repo) Client { // TODO: return the err here log.Fatal("failed to parse url") } + // TODO: check if we need to change upload url as well client.BaseURL = url } return &githubClient{