Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Feb 25, 2015
1 parent 2820ef3 commit aa5c094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export PATH=$PATH:$CACHE/local/go/bin:$GOPATH/bin:$NODE_BIN

#setup from cache
echo "Set files"
cp -r $CACHE $BUILD || exit 1
cp -r $CACHE/. $BUILD || exit 1

#print versions or die!
echo -n "node version "
Expand Down

0 comments on commit aa5c094

Please sign in to comment.