Fix for broken Makefile (#522)

Remove unnecessary double quotes in the path value
This commit is contained in:
Rafia Sabih 2019-03-25 11:00:17 +01:00 committed by GitHub
parent edeb06d39c
commit 98940e65fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ifdef CDP_PULL_REQUEST_NUMBER
endif
PATH := "$(GOPATH)/bin:$(PATH)"
PATH := $(GOPATH)/bin:$(PATH)
SHELL := env PATH=$(PATH) $(SHELL)
default: local