summaryrefslogtreecommitdiff
path: root/source/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/configure.py')
-rw-r--r--source/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.py b/source/configure.py
index 30c6d2a..6209e6d 100644
--- a/source/configure.py
+++ b/source/configure.py
@@ -4,7 +4,7 @@ def fetch_config():
# if dir exists remove it
if os.path.isdir('ciatconfig'):
subprocess.call(['rm', '-rf', 'ciatconfig'])
- CONFIG_URL = "ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciatconfig"
+ CONFIG_URL = "ssh://git@git.baserock.org/baserock/ciat/ciatconfig"
cmd = ['git','clone',CONFIG_URL]
return subprocess.call(cmd)