Fix repositories typo in debug message (#3227)
This commit is contained in:
parent
49347c2f82
commit
9a3ec27645
|
|
@ -838,7 +838,7 @@ class Installer:
|
||||||
else:
|
else:
|
||||||
debug('Archinstall will not install any ucode.')
|
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.
|
# This action takes place on the host system as pacstrap copies over package repository lists.
|
||||||
pacman_conf = pacman.Config(self.target)
|
pacman_conf = pacman.Config(self.target)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue