diff --git a/cmd/mirror_update.go b/cmd/mirror_update.go index 43c79100..c5879724 100644 --- a/cmd/mirror_update.go +++ b/cmd/mirror_update.go @@ -51,7 +51,7 @@ func aptlyMirrorUpdate(cmd *commander.Command, args []string) error { return fmt.Errorf("unable to update: %s", err) } - fmt.Printf("\nMirror `%s` has been successfully updated.\n", repo.Name) + context.progress.Printf("\nMirror `%s` has been successfully updated.\n", repo.Name) return err }