fix quoting

pull/11504/head
Ilya Zuyev 2021-05-26 15:27:31 -07:00
parent 2a7f0dca85
commit 2628f8bb04
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ func unpauseIfNeeded(profile *config.Profile) error {
return nil
}
klog.Infof(`Unpause cluster %q.`, profile.Name)
klog.Infof("Unpause cluster %q", profile.Name)
_, err = cluster.Unpause(cr, r, nil)
return err
}