diff options
-rw-r--r-- | subcmds/init.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 9a9e8499..632d1a33 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -197,6 +197,8 @@ to update the working directory files. | |||
197 | else: | 197 | else: |
198 | m.PreSync() | 198 | m.PreSync() |
199 | 199 | ||
200 | self._ConfigureDepth(opt) | ||
201 | |||
200 | if opt.manifest_url: | 202 | if opt.manifest_url: |
201 | r = m.GetRemote(m.remote.name) | 203 | r = m.GetRemote(m.remote.name) |
202 | r.url = opt.manifest_url | 204 | r.url = opt.manifest_url |
@@ -429,6 +431,4 @@ to update the working directory files. | |||
429 | self._ConfigureUser() | 431 | self._ConfigureUser() |
430 | self._ConfigureColor() | 432 | self._ConfigureColor() |
431 | 433 | ||
432 | self._ConfigureDepth(opt) | ||
433 | |||
434 | self._DisplayResult() | 434 | self._DisplayResult() |