Skip to content

Commit ac3ec77

Browse files
committed
Fix woriding from rustbuild to bootstrap
1 parent 3e97763 commit ac3ec77

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)