Skip to content

Commit

Permalink
fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed May 17, 2015
1 parent d236927 commit 3425cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
Expand Down

0 comments on commit 3425cf7

Please sign in to comment.