From 453d9d15cda8b1f10fc0a58e414d342f4ea4cfdb Mon Sep 17 00:00:00 2001 From: Alan Campbell Date: Sat, 22 Nov 2014 12:56:07 -0500 Subject: [PATCH] Fix url --- playbooks/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/playbook.yml b/playbooks/playbook.yml index 4a7a7e69..f346ff29 100644 --- a/playbooks/playbook.yml +++ b/playbooks/playbook.yml @@ -24,7 +24,7 @@ with_items: - grunt-cli - bower - - git: repo=https://github.com/tjheeta/semaphore dest={{ homedir }} + - git: repo=https://github.com/CastawayLabs/semaphore dest={{ homedir }} - file: src=/usr/bin/nodejs dest=/usr/bin/node state=link - shell: bower install --allow-root && npm install > {{ homedir }}/somelog.txt args: