From a7d27fe2fb5d6ab836747c7cf6dfd15bdb1e9ceb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 16 Mar 2011 08:43:48 +0000 Subject: [PATCH] Updated repo location in the fabric file --- fabfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index 629cc10..737e6d4 100644 --- a/fabfile.py +++ b/fabfile.py @@ -6,8 +6,7 @@ from fabric.contrib.files import * from fabric.utils import warn from hashlib import sha1 -env.repo = 'git://dev.dredd.it/dreddit-auth.git' - +env.repo = 'git://dev.pleaseignore.com/dreddit-auth.git' def production(): "Use the production enviroment on Web1"