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