From cc4c3d115efc6f75bd6d96c73e2d8c59928d0594 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Wed, 26 Feb 2020 14:01:33 +0100 Subject: [PATCH] Fix user list output --- system/commands/users.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/commands/users.go b/system/commands/users.go index 667513112..653591bc4 100644 --- a/system/commands/users.go +++ b/system/commands/users.go @@ -61,7 +61,7 @@ func Users() *cobra.Command { fmt.Fprintf( cmd.OutOrStdout(), - " Created Updated EmailAddress", + " Created Updated EmailAddress\n", ) for _, u := range users {