| Index: gclient.py
|
| diff --git a/gclient.py b/gclient.py
|
| index 6a7b0e477d939508e25a00884e39889f16b596a8..f209eab6557e8a49d1b8f8804e06fe107a67ceea 100755
|
| --- a/gclient.py
|
| +++ b/gclient.py
|
| @@ -1079,7 +1079,7 @@ solutions = [
|
| if dep.managed and dep.url:
|
| scm = gclient_scm.CreateSCM(
|
| dep.url, self.root_dir, dep.name, self.outbuf)
|
| - actual_url = scm.GetActualRemoteURL(self._options)
|
| + actual_url = scm.GetActualRemoteURL()
|
| if actual_url and not scm.DoesRemoteURLMatch(self._options):
|
| raise gclient_utils.Error('''
|
| Your .gclient file seems to be broken. The requested URL is different from what
|
|
|