Skip to content

Commit 0d22660

Browse files
authored
Update GNUmakefile
1 parent e3d257c commit 0d22660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
7979
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
8080
endif
8181
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
82-
82+
8383
## Additional OCI stuff that will need to be moved eventually
8484
get: ;go get -u github.com/kardianos/govendor; go get golang.org/x/tools/cmd/goimports; go get github.com/mitchellh/gox
8585

0 commit comments

Comments
 (0)