Skip to content

Commit

Permalink
Update e2e_provider.go (typo)
Browse files Browse the repository at this point in the history
Fix typo in e2d_provider.go
  • Loading branch information
benjaminapetersen committed Feb 4, 2025
1 parent 7f00839 commit 6bed5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2eprovider/e2e_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

var (
endpoint = flag.String("endpoint", "unix:///tmp/e2e-provider.sock", "CSI provier gRPC endpoint")
endpoint = flag.String("endpoint", "unix:///tmp/e2e-provider.sock", "CSI provider gRPC endpoint")
)

func main() {
Expand Down

0 comments on commit 6bed5e9

Please sign in to comment.