mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
log error
This commit is contained in:
@@ -318,7 +318,7 @@ func (l *PackageList) VerifyDependencies(options int, architectures []string, so
|
||||
}
|
||||
|
||||
if len(architectures) == 0 {
|
||||
return nil, fmt.Errorf("no architectures defined, cannot verify dependencies", p, err)
|
||||
return nil, fmt.Errorf("no architectures defined, cannot verify dependencies")
|
||||
}
|
||||
for _, arch := range architectures {
|
||||
cache := make(map[string]bool, 2048)
|
||||
|
||||
Reference in New Issue
Block a user