Skip to content

Commit

Permalink
chore: refactored import address
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Jan 28, 2024
1 parent e9ff767 commit 2af4132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUF_VERSION=v1.28.0
TAG=protobuf-v0.1.5
TAG=protobuf-v0.1.6
guard-%:
@ if [ "${${*}}" = "" ]; then \
echo "Environment variable $* not set"; \
Expand Down
2 changes: 1 addition & 1 deletion protobuf/schema/v1/analzyer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package schema.v1;

import "protobuf/schema/v1/server-service.proto";
import "schema/v1/server-service.proto";
option go_package = "schema/service/v1";


Expand Down

0 comments on commit 2af4132

Please sign in to comment.