fix: change double quotes to backtick

pull/21515/head
Shin Jihoon 2025-09-09 01:08:55 +09:00
parent d9c9e7d30a
commit ed73d2313a
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ type ViewTemplate struct {
var configViewCmd = &cobra.Command{
Use: "view",
Short: "Display values currently set in the minikube config file",
Long: "`Display values currently set in the minikube config file.
Long: `Display values currently set in the minikube config file.
The output format can be customized using the --format flag, which accepts a Go template.
The config file is typically located at "~/.minikube/config/config.json".`,",
The config file is typically located at "~/.minikube/config/config.json".`,
Run: func(_ *cobra.Command, _ []string) {
err := View()
if err != nil {