We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d62f6fd + ac3ec77 commit 1e0cf72Copy full SHA for 1e0cf72
src/bootstrap/bootstrap.py
@@ -712,7 +712,7 @@ def bootstrap_binary(self):
712
713
def build_bootstrap(self, color):
714
"""Build bootstrap"""
715
- print("Building rustbuild")
+ print("Building bootstrap")
716
build_dir = os.path.join(self.build_dir, "bootstrap")
717
if self.clean and os.path.exists(build_dir):
718
shutil.rmtree(build_dir)
0 commit comments