mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Fix: missing space in information message after repo init
In the information message displayed after running repo init, there is a missing space: If this is not the directory in which you want to initializerepo Add a space. Change-Id: I20467673ba7481cfe782ba58ff6ed2f7ce9824a5
This commit is contained in:
parent
254709804d
commit
35765966bf
@ -333,7 +333,7 @@ to update the working directory files.
|
|||||||
|
|
||||||
current_dir = os.getcwd()
|
current_dir = os.getcwd()
|
||||||
if current_dir != self.manifest.topdir:
|
if current_dir != self.manifest.topdir:
|
||||||
print('If this is not the directory in which you want to initialize'
|
print('If this is not the directory in which you want to initialize '
|
||||||
'repo, please run:')
|
'repo, please run:')
|
||||||
print(' rm -r %s/.repo' % self.manifest.topdir)
|
print(' rm -r %s/.repo' % self.manifest.topdir)
|
||||||
print('and try again.')
|
print('and try again.')
|
||||||
|
Loading…
Reference in New Issue
Block a user