Skip to content

Commit

Permalink
Correct the simple typo in the comment (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
kznrluk authored Sep 14, 2023
1 parent f185538 commit 386fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def minimal_installation(

if part in self._disk_encryption.partitions:
if self._disk_encryption.hsm_device:
# Required bby mkinitcpio to add support for fido2-device options
# Required by mkinitcpio to add support for fido2-device options
self.pacman.strap('libfido2')

if 'sd-encrypt' not in self._hooks:
Expand Down

0 comments on commit 386fbcc

Please sign in to comment.