diff options
| author | chansuke <moonset20@gmail.com> | 2023-01-27 01:21:21 +0900 |
|---|---|---|
| committer | chansuke <moonset20@gmail.com> | 2023-01-27 01:21:21 +0900 |
| commit | ac3ec77f0726daef011cfd6e44a4a52b1ef89803 (patch) | |
| tree | 322e28155bcf597b8612d6a38f2d6280aca317db | |
| parent | 3e977638728922d3a6cc7bea34a2fdb8ae97f7c0 (diff) | |
| download | rust-ac3ec77f0726daef011cfd6e44a4a52b1ef89803.tar.gz rust-ac3ec77f0726daef011cfd6e44a4a52b1ef89803.zip | |
Fix woriding from `rustbuild` to `bootstrap`
| -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 9cf43fc7a21..abdd12127d3 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -712,7 +712,7 @@ class RustBuild(object): def build_bootstrap(self, color): """Build bootstrap""" - print("Building rustbuild") + print("Building bootstrap") build_dir = os.path.join(self.build_dir, "bootstrap") if self.clean and os.path.exists(build_dir): shutil.rmtree(build_dir) |
