From baee268b9f0d6a3dfc04661023bc78dfda3f2f0e Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 19 Apr 2012 12:21:17 +0100 Subject: Fix LocalRepoCache tests. --- morphlib/localrepocache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/localrepocache.py') diff --git a/morphlib/localrepocache.py b/morphlib/localrepocache.py index 32f5a664..5e04b187 100644 --- a/morphlib/localrepocache.py +++ b/morphlib/localrepocache.py @@ -226,7 +226,7 @@ class LocalRepoCache(object): for repourl, path in self._base_iterate(reponame): try: - self._git(['clone', '-n', '-l', repourl, path]) + self._git(['clone', '-n', repourl, path]) except morphlib.execute.CommandFailure, e: errors.append('Unable to clone from %s to %s: %s' % (repourl, path, e)) -- cgit v1.2.1