aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_push.go
diff options
context:
space:
mode:
authorAmine <hilalyamine@gmail.com>2019-08-24 13:31:19 +0200
committerGitHub <noreply@github.com>2019-08-24 13:31:19 +0200
commit2585726ac39c95b5ad81bc5bece003b79c0b5faa (patch)
treebef7d8ed9a574055942ed8f5692d20cd532a5444 /commands/bridge_push.go
parent91f563da5f508cfcc5dfe6418e2f6333e247ec6e (diff)
parentc8fdaab50ad022c34ac7926f9f30ced28ba4c682 (diff)
downloadgit-bug-2585726ac39c95b5ad81bc5bece003b79c0b5faa.tar.gz
Merge pull request #187 from A-Hilaly/gitlab-support
Gitlab bridge exporter
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
}