Skip to content

Commit af3229a

Browse files
committed
fixup! fixup! chore: add csharp_namespace to vpn.proto
1 parent 83f5bc6 commit af3229a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpn/vpn.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vpn/vpn.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto3";
22
option go_package = "github.com/coder/coder/v2/vpn";
3-
option csharp_namespace = "Coder.Desktop.Rpc.Proto";
3+
option csharp_namespace = "Coder.Desktop.Vpn.Proto";
44

55
import "google/protobuf/timestamp.proto";
66

0 commit comments

Comments
 (0)