topo: fix proto path
diff --git a/go/svc/topo/proto/generate.go b/go/svc/topo/proto/generate.go
index 1a12b15..f760a61 100644
--- a/go/svc/topo/proto/generate.go
+++ b/go/svc/topo/proto/generate.go
@@ -1,3 +1,3 @@
-//go:generate protoc -I.. ../config.proto --go_out=plugins=grpc:config
+//go:generate protoc -I.. ../config.proto --go_out=plugins=grpc:.
 
 package proto