summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index fb6d3eb5..f5a3892a 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -127,6 +127,7 @@ to update the working directory files.
127 return { 127 return {
128 "REPO_MANIFEST_URL": "manifest_url", 128 "REPO_MANIFEST_URL": "manifest_url",
129 "REPO_MIRROR_LOCATION": "reference", 129 "REPO_MIRROR_LOCATION": "reference",
130 "REPO_GIT_LFS": "git_lfs",
130 } 131 }
131 132
132 def _SyncManifest(self, opt): 133 def _SyncManifest(self, opt):