mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
Fix lint warning & add Go 1.9 to the mix
This commit is contained in:
+1
-1
@@ -518,7 +518,7 @@ func (l *PackageList) FilterWithProgress(queries []PackageQuery, withDependencie
|
||||
}
|
||||
|
||||
searchResults := l.Search(dep, true)
|
||||
if searchResults != nil {
|
||||
if len(searchResults) > 0 {
|
||||
for _, p := range searchResults {
|
||||
if dependencyOptions&DepVerboseResolve == DepVerboseResolve && progress != nil {
|
||||
progress.ColoredPrintf("@{g}Injecting package@|: %s", p)
|
||||
|
||||
Reference in New Issue
Block a user