You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
glog.Error("Multiple possible config sources detected for image at "+p.Source+". Multiple images likely contained in tar. Choosing first one, but diff results may not be completely accurate.")
277
274
break
278
275
}
279
-
fileName:=filepath.Join(tmpDir, item.Name())
276
+
fileName:=filepath.Join(tempDir, item.Name())
280
277
file, err:=ioutil.ReadFile(fileName)
281
278
iferr!=nil {
282
279
glog.Errorf("Could not read config file %s: %s", fileName, err)
0 commit comments