mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-09 06:04:12 +00:00
Few more fixes.
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ func CollectChangesFiles(locations []string, reporter aptly.ResultReporter) (cha
|
||||
return nil
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
if err2 != nil {
|
||||
reporter.Warning("Unable to process %s: %s", location, err2)
|
||||
failedFiles = append(failedFiles, location)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user