From 7ce8b0ff7b5008006748a26ad0db9888619d8e91 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 31 Jan 2014 21:14:35 +0400 Subject: [PATCH] Add note that repo has been dropped. --- cmd_publish.go | 2 ++ 1 file changed, 2 insertions(+) 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 }