[cli] Fix typo in no-verify info message.

This commit is contained in:
Rémi Verschelde 2020-12-28 10:27:19 +01:00 committed by GitHub
parent 19c66bee11
commit 2630c169be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):