Skip to content

Commit 6bed5e9

Browse files
Update e2e_provider.go (typo)
Fix typo in e2d_provider.go
1 parent 7f00839 commit 6bed5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2eprovider/e2e_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

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

4040
func main() {

0 commit comments

Comments
 (0)