Add message after successful mirror update.

This commit is contained in:
Andrey Smirnov
2013-12-30 16:41:13 +04:00
parent a5ff0b510e
commit a36ac3b877
+2
View File
@@ -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
}