diff --git a/cmd_mirror.go b/cmd_mirror.go index 9e708320..c1901d4f 100644 --- a/cmd_mirror.go +++ b/cmd_mirror.go @@ -136,6 +136,8 @@ func aptlyMirrorUpdate(cmd *commander.Command, args []string) error { if err != nil { return fmt.Errorf("unable to update: %s", err) } + + fmt.Printf("\nMirror `%s` has been successfully updated.\n", repo.Name) return err }