Skip to content

Commit 95ae567

Browse files
committed
handle spaces in the filepath to the ansible dir when bringing up a new node
1 parent 0820740 commit 95ae567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riak/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lib/jiffy.tgz: Dockerfile
2424
mkdir -p lib
2525
echo "Building jiffy"
2626
$(call build_image,Dockerfile,riak_libs_build)
27-
docker run -i --rm -u $$(id -u):$$(id -g) -v $(CURDIR):/temp -w /temp --ulimit nofile=262144:262144 riak_libs_build:$(VERSION) cp /build/jiffy.tgz ./lib/.
27+
docker run -i --rm -u $$(id -u):$$(id -g) -v "$(CURDIR)":/temp -w /temp --ulimit nofile=262144:262144 riak_libs_build:$(VERSION) cp /build/jiffy.tgz ./lib/.
2828

2929
image: Dockerfile-riak \
3030
lib/jiffy.tgz \

0 commit comments

Comments
 (0)