瀏覽代碼

Chore: fix lint

秋のかえで 4 年之前
父節點
當前提交
801d4a1d60
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,