diff --git a/cmd/enbas/update.go b/cmd/enbas/update.go index c9740f7..0509411 100644 --- a/cmd/enbas/update.go +++ b/cmd/enbas/update.go @@ -83,7 +83,7 @@ func (c *updateCommand) updateList(gtsClient *client.Client) error { } fmt.Println("Successfully updated the list.") - fmt.Printf("\n%s\n", updatedList) + fmt.Println(updatedList) return nil }