diff --git a/bitbar.go b/bitbar.go index f773215..43e559e 100644 --- a/bitbar.go +++ b/bitbar.go @@ -331,7 +331,7 @@ func (p *Plugin) Render() { if p.SubMenu != nil { output = output + renderSubMenu(p.SubMenu) } - fmt.Println(output) + fmt.Print(output) } func renderSubMenu(d *SubMenu) string {