mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-06 17:54:30 +02:00
Add missing print directive, fix go.mod
This commit is contained in:
@@ -87,7 +87,7 @@ func (s *script) runLabeledCommands(label string) error {
|
||||
Filters: filters.NewArgs(f...),
|
||||
})
|
||||
if err != nil {
|
||||
return fmt.Errorf("runLabeledCommands: error querying for containers", err)
|
||||
return fmt.Errorf("runLabeledCommands: error querying for containers: %w", err)
|
||||
}
|
||||
|
||||
if len(containersWithCommand) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user