aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_push.go
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-08-19 14:09:31 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-08-19 23:56:50 +0200
commit514dc30c20c8a9a068c68f4d9d4935abc56dbda7 (patch)
treead387b697b676c40ba27951369e029fe94123705 /commands/bridge_push.go
parentf1be129d75c56a168a1519674f7c3ccd429af01b (diff)
downloadgit-bug-514dc30c20c8a9a068c68f4d9d4935abc56dbda7.tar.gz
bridge/gitlab: fix edit comment request and remove label functionalities
Diffstat (limited to 'commands/bridge_push.go')
-rw-r--r--commands/bridge_push.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/bridge_push.go b/commands/bridge_push.go
index a56f9bc3..00413f06 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
}