Browse Source

Chore: fix lint

秋のかえで 4 years ago
parent
commit
801d4a1d60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/vprotogen/main.go

+ 1 - 1
infra/vprotogen/main.go

@@ -226,7 +226,7 @@ Download it from https://github.com/protocolbuffers/protobuf/releases
 		for _, relProtoFile := range files {
 			args := []string{
 				"-I", fmt.Sprintf("%v/../include", filepath.Dir(protoc)),
-				"-I", fmt.Sprintf("."),
+				"-I", ".",
 				"--go_out", pwd,
 				"--go_opt", "paths=source_relative",
 				"--go-grpc_out", pwd,