Skip to content

Commit

Permalink
Merge pull request #2174 from ElijahQuinones/master
Browse files Browse the repository at this point in the history
Fix typos in options.go and cloud_test.go
  • Loading branch information
k8s-ci-robot authored Oct 8, 2024
2 parents bd83db5 + ac86958 commit 152184e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cloud/cloud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ func TestCheckDesiredState(t *testing.T) {
expErr error
}{
{
name: "sucess: normal path",
name: "success: normal path",
volumeId: "vol-001",
desiredSizeGiB: 5,
options: &ModifyDiskOptions{
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type Options struct {
}

func (o *Options) AddFlags(f *flag.FlagSet) {
f.StringVar(&o.Kubeconfig, "kubeconfig", "", "Absolute path to a kubeconfig file. The default is the emtpy string, which causes the in-cluster config to be used")
f.StringVar(&o.Kubeconfig, "kubeconfig", "", "Absolute path to a kubeconfig file. The default is the empty string, which causes the in-cluster config to be used")

// Server options
f.StringVar(&o.Endpoint, "endpoint", DefaultCSIEndpoint, "Endpoint for the CSI driver server")
Expand Down

0 comments on commit 152184e

Please sign in to comment.