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
+1 -1
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 {