Fix repositories typo in debug message (#3227)

This commit is contained in:
correctmost 2025-03-06 02:23:18 -05:00 committed by GitHub
parent 49347c2f82
commit 9a3ec27645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ class Installer:
else:
debug('Archinstall will not install any ucode.')
debug(f'Optional respotories: {optional_repositories}')
debug(f'Optional repositories: {optional_repositories}')
# This action takes place on the host system as pacstrap copies over package repository lists.
pacman_conf = pacman.Config(self.target)