Skip to content

Commit

Permalink
Remove src prefix from proto import
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia authored Mar 20, 2023
1 parent 9d69c47 commit e05f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upbc/code_generator_request.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto2";

package upbc;

import "src/google/protobuf/compiler/plugin.proto";
import "google/protobuf/compiler/plugin.proto";

message CodeGeneratorRequest {
// The pb sent by protoc to its plugins.
Expand Down

1 comment on commit e05f22a

@sanohj
Copy link

@sanohj sanohj commented on e05f22a Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1290

Please sign in to comment.