diff --git a/cmd_publish.go b/cmd_publish.go index 44e8f89b..1094f681 100644 --- a/cmd_publish.go +++ b/cmd_publish.go @@ -167,6 +167,8 @@ func aptlyPublishDrop(cmd *commander.Command, args []string) error { return fmt.Errorf("unable to remove: %s", err) } + fmt.Printf("\nPublished repositroy has been removed successfully.\n") + return err }