diff --git a/Makefile b/Makefile index 95cdaeac081..dac10dd1083 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ SHELL=/bin/bash -o pipefail export GO111MODULE := on export PATH := .bin:${PATH} +export PWD := $(shell pwd) GO_DEPENDENCIES = github.com/ory/go-acc \ github.com/sqs/goreturns \