Fix typo in bootstrap.py info message
This commit is contained in:
parent
8e793eb3c6
commit
51e5cb525d
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ def main():
|
|||
print(' and so in order to preserve your $HOME this will now')
|
||||
print(' use vendored sources by default. Note that if this')
|
||||
print(' does not work you should run a normal build first')
|
||||
print(' before running a command like `sudo make intall`')
|
||||
print(' before running a command like `sudo make install`')
|
||||
|
||||
if rb.use_vendored_sources:
|
||||
if not os.path.exists('.cargo'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue