Skip to content

Commit

Permalink
mock: typofix s/but but/but/ in buildroot.py
Browse files Browse the repository at this point in the history
Closes: #1527
  • Loading branch information
cheese1 authored and praiskup committed Jan 8, 2025
1 parent d1bc28c commit a508043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock/py/mockbuild/buildroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,8 @@ def _setup_nosync(self):
return

multilib = ('x86_64', 's390x')
# ld_preload need to be same as in bootstrap because we call DNF in bootstrap, but
# but it will load nosync from the final chroot
# ld_preload need to be same as in bootstrap because we call DNF in
# bootstrap, but it will load nosync from the final chroot
if self.bootstrap_buildroot is not None:
self.tmpdir = self.bootstrap_buildroot.tmpdir
if not os.path.isdir(self.tmpdir):
Expand Down

0 comments on commit a508043

Please sign in to comment.