mirror of
https://github.com/derrod/legendary.git
synced 2025-08-28 20:31:02 +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.')
|
f'with legendary. Run "legendary repair {args.app_name}" to do so.')
|
||||||
else:
|
else:
|
||||||
logger.info(f'Installation had Epic Games Launcher metadata for version "{igame.version}", '
|
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.')
|
logger.info('Game has been imported.')
|
||||||
|
|
||||||
def egs_sync(self, args):
|
def egs_sync(self, args):
|
||||||
|
|
Loading…
Reference in a new issue