Skip to content

Commit

Permalink
change configure to configuration
Browse files Browse the repository at this point in the history
Signed-off-by: mahdikhashan <[email protected]>
  • Loading branch information
mahdikhashan committed Feb 21, 2025
1 parent 25b5174 commit e02bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func HomeDir() string {
return os.Getenv("USERPROFILE") // windows
}

// BuildConfig builds the configure file for command lines.
// BuildConfig builds the configuration file for command lines.
func BuildConfig(master, kubeconfig string) (*rest.Config, error) {
return clientcmd.BuildConfigFromFlags(master, kubeconfig)
}
Expand Down

0 comments on commit e02bd70

Please sign in to comment.