- Registry: Fix the checksums file path

Upstream-commit: 052a15ace9bd6391ef1e935f949f986ee9840d47
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-05-10 14:25:45 -07:00
parent da4960c20a
commit 35b873eb52
+1 -1
View File
@@ -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