mirror of
https://github.com/derrod/legendary.git
synced 2025-08-26 20:11:04 +00:00
[cli] Fix typo in no-verify info message.
This commit is contained in:
parent
19c66bee11
commit
2630c169be
|
@ -890,7 +890,7 @@ class LegendaryCLI:
|
|||
f'with legendary. Run "legendary repair {args.app_name}" to do so.')
|
||||
else:
|
||||
logger.info(f'Installation had Epic Games Launcher metadata for version "{igame.version}", '
|
||||
f'verification will not be requried.')
|
||||
f'verification will not be required.')
|
||||
logger.info('Game has been imported.')
|
||||
|
||||
def egs_sync(self, args):
|
||||
|
|
Loading…
Reference in a new issue