aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_push.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge_push.go')
-rw-r--r--commands/bridge_push.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/bridge_push.go b/commands/bridge_push.go
index 77fe8b29..a56f9bc3 100644
--- a/commands/bridge_push.go
+++ b/commands/bridge_push.go
@@ -71,7 +71,9 @@ func runBridgePush(cmd *cobra.Command, args []string) error {
exportedIssues := 0
for result := range events {
- fmt.Println(result.String())
+ if result.Event != core.ExportEventNothing {
+ fmt.Println(result.String())
+ }
switch result.Event {
case core.ExportEventBug: