Skip to content

Commit

Permalink
git-go-dependencies: Fix ristretto path
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Jan 15, 2021
1 parent b76ef28 commit 4bd57e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-go-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ go get github.com/gogo/protobuf/protoc-gen-gogoslick
#
# We can't use 'go get github.com/dgraph-io/ristretto/...' because we don't want the latest tag.
# (See badger notes below. Same reason.)
RISTRETTO_DIR=${GOPATH}/src/github.com/dgraph-io/badger
RISTRETTO_DIR=${GOPATH}/src/github.com/dgraph-io/ristretto
RISTRETTO_VERSION=v0.0.1 # Don't change this without also changing it in meta.yaml!!
if [[ -d ${RISTRETTO_DIR} ]]; then
cd ${RISTRETTO_DIR} && git fetch && cd -
Expand Down

0 comments on commit 4bd57e3

Please sign in to comment.