diff options
| author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-02 22:28:26 +0100 |
|---|---|---|
| committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-02 22:28:26 +0100 |
| commit | 51e5cb525db60435ea32c5a77c17ac75fe580f64 (patch) | |
| tree | 33cacd96191fdf8d883feafe8e580d7057e59a46 /src/bootstrap/bootstrap.py | |
| parent | 8e793eb3c64e289d4fa5850bf28d10fe5b3e062a (diff) | |
| download | rust-51e5cb525db60435ea32c5a77c17ac75fe580f64.tar.gz rust-51e5cb525db60435ea32c5a77c17ac75fe580f64.zip | |
Fix typo in bootstrap.py info message
Diffstat (limited to 'src/bootstrap/bootstrap.py')
| -rw-r--r-- | src/bootstrap/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 3869b286102..bc834110242 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -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'): |
