Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
iiska committed Aug 24, 2012
1 parent 5eb3273 commit 52dec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/installer/install.sh
Expand Up @@ -76,7 +76,7 @@ if [ $(id -u) -gt 0 ]; then
exit 1
fi

TARANTULA_REPO="git://github.com/prove/tarantula.git"
TARANTULA_REPO="https://github.com/prove/tarantula.git"

which lsb_release > /dev/null 2> /dev/null
if [ $? -gt 0 ]; then
Expand Down

0 comments on commit 52dec54

Please sign in to comment.