From 514dc30c20c8a9a068c68f4d9d4935abc56dbda7 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Mon, 19 Aug 2019 14:09:31 +0200 Subject: bridge/gitlab: fix edit comment request and remove label functionalities --- commands/bridge_push.go | 1 - 1 file changed, 1 deletion(-) (limited to 'commands') diff --git a/commands/bridge_push.go b/commands/bridge_push.go index a56f9bc3e..00413f066 100644 --- a/commands/bridge_push.go +++ b/commands/bridge_push.go @@ -85,7 +85,6 @@ func runBridgePush(cmd *cobra.Command, args []string) error { close(done) fmt.Printf("Successfully exported %d issues with %s bridge\n", exportedIssues, b.Name) - return nil } -- cgit v1.2.3