| Index: gclient_scm.py
|
| diff --git a/gclient_scm.py b/gclient_scm.py
|
| index 3baa071514272e74d1501a414d917918caa6a87a..c0b4a325e9262c49df14e7d4c5356a7de430f2c6 100644
|
| --- a/gclient_scm.py
|
| +++ b/gclient_scm.py
|
| @@ -759,7 +759,7 @@ class GitWrapper(SCMWrapper):
|
| self.Print('')
|
| template_path = os.path.join(
|
| os.path.dirname(THIS_FILE_PATH), 'git-templates')
|
| - cfg = gclient_utils.DefaultIndexPackConfig(self.url)
|
| + cfg = gclient_utils.DefaultIndexPackConfig(url)
|
| clone_cmd = cfg + [
|
| 'clone', '--no-checkout', '--progress', '--template=%s' % template_path]
|
| if self.cache_dir:
|
|
|