Skip to content

Commit

Permalink
Fix a copy/paste error in proto package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bretmckee committed Apr 11, 2023
1 parent 95b9f23 commit 9bffa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/api/proto/api.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";
package github.com.bretmckee.microservice.frontend.api;
option go_package = "github.com/bretmckee/microservice/backend/api";
option go_package = "github.com/bretmckee/microservice/frontend/api";

import "google/api/annotations.proto";

Expand Down

0 comments on commit 9bffa47

Please sign in to comment.