Skip to content

Commit

Permalink
Fix woriding from rustbuild to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Jan 26, 2023
1 parent 3e97763 commit ac3ec77
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 ac3ec77

Please sign in to comment.