From 373d87b556e4d0ee81cdae732418e3a657ef5dd8 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Wed, 12 Aug 2015 21:35:58 +0100 Subject: [PATCH] Changed how things are cached on circleci --- install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index 4c9c3a8..78ffafc 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -35,7 +35,7 @@ fi if [ ! -f "$HOME/bin/goop" ]; then echo 'Installing goop' go get github.com/nitrous-io/goop - mv $GOPATH/bin/goop ~/goop + mv "$GOPATH/bin/goop" "~/bin/goop" else echo 'Using cached version of goop.'; fi \ No newline at end of file