Skip to content

Commit

Permalink
Fix typo in bootstrap.py info message
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 2, 2017
1 parent 8e793eb commit 51e5cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 51e5cb5

Please sign in to comment.