Skip to content

Commit

Permalink
fix git conflict
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <[email protected]>
  • Loading branch information
lance6716 committed Feb 23, 2024
1 parent a053348 commit df7de98
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ check-protos-compatible() {
export PATH=$GOPATH/bin:$PATH

if [ ! -f "$GOPATH/bin/protolock" ]; then
<<<<<<< HEAD
GO111MODULE=off go install github.com/nilslice/protolock/cmd/[email protected]
||||||| a554af8
GO111MODULE=off go get github.com/nilslice/protolock/cmd/protolock
GO111MODULE=off go install github.com/nilslice/protolock/cmd/protolock
=======
GO111MODULE=off go get github.com/nilslice/protolock/cmd/protolock
GO111MODULE=off go install github.com/nilslice/protolock/cmd/protolock
>>>>>>> 881fcbf5bc41a492d77db7a27f07ffe5088df6dc
GO111MODULE=off go install github.com/nilslice/protolock/cmd/[email protected]
fi

if protolock status -lockdir=scripts -protoroot=proto; then
Expand Down

0 comments on commit df7de98

Please sign in to comment.