Skip to content

Commit e232025

Browse files
committed
Lowercase cli output
1 parent 719cf14 commit e232025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func CmdRun() error {
289289
}
290290

291291
if decoded.Deleted {
292-
fmt.Println("User deleted")
292+
fmt.Println("user deleted")
293293
} else if len(decoded.Error) > 0 {
294294
return errors.New(decoded.Error)
295295
} else {

0 commit comments

Comments
 (0)