mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-25 16:34:07 +01:00
fix linter issues
This commit is contained in:
parent
6b9fd8d7ef
commit
a32468d1fe
9 changed files with 64 additions and 61 deletions
|
|
@ -21,7 +21,6 @@ func BuildManifestURL(image apiTypes.ImageInspect) (string, error) {
|
|||
return "", err
|
||||
}
|
||||
|
||||
|
||||
host, err := helpers.NormalizeRegistry(hostName.Name())
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
|
@ -34,4 +33,3 @@ func BuildManifestURL(image apiTypes.ImageInspect) (string, error) {
|
|||
}
|
||||
return url.String(), nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue