expand CONTRIBUTING, print if tray enabled on startup

This commit is contained in:
Harvey Tindall
2021-05-24 15:58:43 +01:00
parent 8b62c91d13
commit 85536ff79e
6 changed files with 16 additions and 5 deletions

View File

@@ -184,7 +184,6 @@ func (ud *Updater) GetTag() (Tag, int, error) {
return Tag{}, -1, nil
}
url := fmt.Sprintf("%s/repo/%s/%s/tag/latest/%s", ud.url, ud.namespace, ud.name, ud.tag)
fmt.Println(url)
req, _ := http.NewRequest("GET", url, nil)
resp, err := ud.httpClient.Do(req)
defer ud.timeoutHandler()