about summary refs log tree commit diff
diff options
context:
space:
mode:
authorchansuke <moonset20@gmail.com>2023-01-27 01:21:21 +0900
committerchansuke <moonset20@gmail.com>2023-01-27 01:21:21 +0900
commitac3ec77f0726daef011cfd6e44a4a52b1ef89803 (patch)
tree322e28155bcf597b8612d6a38f2d6280aca317db
parent3e977638728922d3a6cc7bea34a2fdb8ae97f7c0 (diff)
downloadrust-ac3ec77f0726daef011cfd6e44a4a52b1ef89803.tar.gz
rust-ac3ec77f0726daef011cfd6e44a4a52b1ef89803.zip
Fix woriding from `rustbuild` to `bootstrap`
-rw-r--r--src/bootstrap/bootstrap.py2
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)