mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
- Registry: Fix the checksums file path
This commit is contained in:
parent
d270501de2
commit
052a15ace9
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ func (graph *Graph) PullRepository(stdout io.Writer, remote, askedTag string, re
|
|||
err = func() error {
|
||||
localChecksums := make(map[string]string)
|
||||
remoteChecksums := []ImgListJson{}
|
||||
checksumDictPth := path.Join(graph.Root, "..", "checksums")
|
||||
checksumDictPth := path.Join(graph.Root, "checksums")
|
||||
|
||||
if err := json.Unmarshal(checksumsJson, &remoteChecksums); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue