From 3425cf7e960314ed57e23a96267d8b2db8cc6872 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sun, 17 May 2015 14:33:48 -0500 Subject: [PATCH] fixing syntax --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 701a3f0..c2689e2 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,7 @@ release: circleci: rm ~/.gitconfig - test -d /home/ubuntu/.go_workspace/src/github.com/$(ORG)/$(NAME) || { \ - && cd .. \ + test -d /home/ubuntu/.go_workspace/src/github.com/$(ORG)/$(NAME) || { cd .. \ && mkdir -p /home/ubuntu/.go_workspace/src/github.com/$(ORG) \ && mv $(NAME) /home/ubuntu/.go_workspace/src/github.com/$(ORG)/$(NAME) \ && ln -s /home/ubuntu/.go_workspace/src/github.com/$(ORG)/$(NAME) $(NAME); }