Skip to content

Commit

Permalink
Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68
Browse files Browse the repository at this point in the history
Fix wording from `rustbuild` to `bootstrap`

Fixes #107230
  • Loading branch information
JohnTitor authored Jan 27, 2023
2 parents d62f6fd + ac3ec77 commit 1e0cf72
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 1e0cf72

Please sign in to comment.