Skip to content

Commit b22bd81

Browse files
fix: fix ci build running protoc (coder#14929)
1 parent 3c5a5ae commit b22bd81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ gen: \
488488
agent/proto/agent.pb.go \
489489
provisionersdk/proto/provisioner.pb.go \
490490
provisionerd/proto/provisionerd.pb.go \
491-
vpn/vpn.proto \
491+
vpn/vpn.pb.go \
492492
coderd/database/dump.sql \
493493
$(DB_GEN_FILES) \
494494
site/src/api/typesGenerated.ts \
@@ -518,7 +518,7 @@ gen/mark-fresh:
518518
agent/proto/agent.pb.go \
519519
provisionersdk/proto/provisioner.pb.go \
520520
provisionerd/proto/provisionerd.pb.go \
521-
vpn/vpn.proto \
521+
vpn/vpn.pb.go \
522522
coderd/database/dump.sql \
523523
$(DB_GEN_FILES) \
524524
site/src/api/typesGenerated.ts \

0 commit comments

Comments
 (0)