Skip to content

Commit

Permalink
quote gempath in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-stripe committed Oct 11, 2016
1 parent bf1c40c commit eb88f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fmt: govendor
test: test-go test-rubygem

test-go: go/zeusversion/zeusversion.go rubygem/lib/zeus/version.rb govendor
ZEUS_TEST_GEMPATH=$(GEMPATH) GO15VENDOREXPERIMENT=1 govendor test +local
ZEUS_TEST_GEMPATH="$(GEMPATH)" GO15VENDOREXPERIMENT=1 govendor test +local

test-rubygem: rubygem/lib/zeus/version.rb rubygem/Gemfile.lock
cd rubygem && bin/rspec
Expand Down

0 comments on commit eb88f08

Please sign in to comment.