Skip to content

Commit

Permalink
Rollup merge of rust-lang#107332 - chansuke:issue-107230, r=albertlar…
Browse files Browse the repository at this point in the history
…san68

Fix wording from `rustbuild` to `bootstrap`

Fixes rust-lang#107230
  • Loading branch information
Dylan-DPC authored Jan 27, 2023
2 parents 56cdc74 + ac3ec77 commit 2fa25bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ def bootstrap_binary(self):

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)
Expand Down

0 comments on commit 2fa25bf

Please sign in to comment.