Skip to content

Commit 2fa25bf

Browse files
authored
Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68
Fix wording from `rustbuild` to `bootstrap` Fixes #107230
2 parents 56cdc74 + ac3ec77 commit 2fa25bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def bootstrap_binary(self):
712712

713713
def build_bootstrap(self, color):
714714
"""Build bootstrap"""
715-
print("Building rustbuild")
715+
print("Building bootstrap")
716716
build_dir = os.path.join(self.build_dir, "bootstrap")
717717
if self.clean and os.path.exists(build_dir):
718718
shutil.rmtree(build_dir)

0 commit comments

Comments
 (0)