summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 2cb3ff38..65b63efd 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -135,6 +135,7 @@ to update the working directory files.
135 current_branch_only=opt.current_branch_only, 135 current_branch_only=opt.current_branch_only,
136 tags=opt.tags, 136 tags=opt.tags,
137 depth=opt.depth, 137 depth=opt.depth,
138 git_event_log=self.git_event_log,
138 manifest_name=opt.manifest_name): 139 manifest_name=opt.manifest_name):
139 sys.exit(1) 140 sys.exit(1)
140 141