summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 55497d82..11312601 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -333,7 +333,7 @@ to update the working directory files.
333 333
334 current_dir = os.getcwd() 334 current_dir = os.getcwd()
335 if current_dir != self.manifest.topdir: 335 if current_dir != self.manifest.topdir:
336 print('If this is not the directory in which you want to initialize' 336 print('If this is not the directory in which you want to initialize '
337 'repo, please run:') 337 'repo, please run:')
338 print(' rm -r %s/.repo' % self.manifest.topdir) 338 print(' rm -r %s/.repo' % self.manifest.topdir)
339 print('and try again.') 339 print('and try again.')