diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-08-19 14:09:31 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-08-19 23:56:50 +0200 |
commit | 514dc30c20c8a9a068c68f4d9d4935abc56dbda7 (patch) | |
tree | ad387b697b676c40ba27951369e029fe94123705 /commands/bridge_push.go | |
parent | f1be129d75c56a168a1519674f7c3ccd429af01b (diff) | |
download | git-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.go | 1 |
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 } |