Modify printf format
This commit is contained in:
parent
1323dbddfe
commit
8b889139e9
@ -42,7 +42,7 @@ var infoCmd = &cli.Command{
|
||||
if err != nil {
|
||||
return xerrors.Errorf("checking worker status: %w", err)
|
||||
}
|
||||
fmt.Printf("Enabled: %t", enabled)
|
||||
fmt.Printf("Enabled: %t\n", enabled)
|
||||
|
||||
info, err := api.Info(ctx)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user