diff options
Diffstat (limited to 'commands')
-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 } |