Skip to content
Snippets Groups Projects
Commit f03b4a9c authored by Rafia Sabih's avatar Rafia Sabih
Browse files

Fix for broken Makefile

Remove unnecessary double quotes in the path value
parent edeb06d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment