diff --git a/Makefile b/Makefile index 75e975a..7359298 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GOMOD=$(GOCMD) mod all: test coverage examples get: - $(GOGET) -t -v ./... + $(GOGET) -t -v ./redisearch/... TLS_CERT ?= redis.crt TLS_KEY ?= redis.key