Update to new non-pointer interfaces.

This commit is contained in:
Andrey Smirnov
2014-02-03 17:41:54 +04:00
parent 182a4bd39c
commit 360e09cc7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ func (p *PublishedRepo) Publish(repo *Repository, packageCollection *PackageColl
return fmt.Errorf("unable to figure out list of architectures, please supply explicit list")
}
generatedFiles := map[string]*utils.ChecksumInfo{}
generatedFiles := map[string]utils.ChecksumInfo{}
// For all architectures, generate release file
for _, arch := range p.Architectures {