Skip to content

Commit

Permalink
style(url): delete space
Browse files Browse the repository at this point in the history
delete space

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Sep 2, 2018
1 parent 10fc389 commit bfc9e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gcrsync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
GcrImageTags = "https://gcr.io/v2/google_containers/%s/tags/list"
HubLogin = "https://hub.docker.com/v2/users/login/"
HubRepos = "https://hub.docker.com/v2/repositories/%s/?page_size=10000"
HubTags = "https://hub.docker.com/v2/repositories/%s/%s/tags/?page_size=10000 "
HubTags = "https://hub.docker.com/v2/repositories/%s/%s/tags/?page_size=10000"
)

func (g *Gcr) Sync() {
Expand Down

0 comments on commit bfc9e22

Please sign in to comment.