Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-05-24 19:36:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-05-24 19:36:46 (GMT)
commit4a7956aa48fd0a51369df1f372c052cbb9bcaeab (patch)
treea5113c87e228d779fd8b2ded7acb15dc2739bcca
parent444993c3acd333fcf6f85ed8c36eac4646a59a44 (diff)
Typo
-rw-r--r--changesources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/changesources.py b/changesources.py
index ca87876..fce1ea6 100644
--- a/changesources.py
+++ b/changesources.py
@@ -11,7 +11,7 @@ def setup(c, config):
if config.get("sub_repos_changes", True):
for repo in repos.get_sub_repos():
skip = False
- for repo_prefix in ["git://github.com/dnarvaez"
+ for repo_prefix in ["git://github.com/dnarvaez",
"git://github.com/sugarlabs"]:
if repo.url.startswith(repo_prefix):
skip = True