summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2022-04-06 17:10:21 +0000
committerLaMont Jones <lamontjones@google.com>2022-04-06 21:04:46 +0000
commit55ee304304a0d83bfa23984c45e46eebdd184124 (patch)
tree5eaaf4b84b4c8caf20cb1051b753c998d0eaa159 /subcmds/init.py
parent409407a73172b31efcee947db66ae099515eeaab (diff)
downloadgit-repo-55ee304304a0d83bfa23984c45e46eebdd184124.tar.gz
Fix sub manifest handling
Also fixes some typos Change-Id: Id2ba5834ba3a74ed3f29c36d2c0030737dc63e35 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/334579 Tested-by: LaMont Jones <lamontjones@google.com> Reviewed-by: Mike Frysinger <vapier@google.com>
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