We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cff4b0 commit fac5b89Copy full SHA for fac5b89
components/image-builder-mk3/pkg/auth/auth.go
@@ -45,7 +45,6 @@ func NewDockerConfigFileAuth(fn string) (*DockerConfigFileAuth, error) {
45
err = watch.File(context.Background(), fn, func() {
46
res.loadFromFile(fn)
47
})
48
-
49
if err != nil {
50
log.WithError(err).WithField("path", fn).Error("error watching file")
51
return nil, err
@@ -95,7 +94,6 @@ func (a *DockerConfigFileAuth) loadFromFile(fn string) (err error) {
95
94
a.hash = newHash
96
97
log.Infof("file has changed: %s", fn)
98
99
return nil
100
}
101
0 commit comments