Merge pull request #4795 from liyue201/master

Modify printf format
This commit is contained in:
Łukasz Magiera 2020-11-11 16:03:26 +01:00 committed by GitHub
commit 6f593d53d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {