summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/gitc_init.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py
index 1d81baf5..e3a5813d 100644
--- a/subcmds/gitc_init.py
+++ b/subcmds/gitc_init.py
@@ -68,7 +68,8 @@ use for this GITC client.
68 sys.exit(1) 68 sys.exit(1)
69 manifest_file = opt.manifest_file 69 manifest_file = opt.manifest_file
70 70
71 manifest = GitcManifest(self.repodir, gitc_client) 71 manifest = GitcManifest(self.repodir, os.path.join(self.client_dir,
72 '.manifest'))
72 manifest.Override(manifest_file) 73 manifest.Override(manifest_file)
73 gitc_utils.generate_gitc_manifest(None, manifest) 74 gitc_utils.generate_gitc_manifest(None, manifest)
74 print('Please run `cd %s` to view your GITC client.' % 75 print('Please run `cd %s` to view your GITC client.' %