mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[cli] Fix typo
This commit is contained in:
parent
d8af06c936
commit
0d23775337
|
@ -1084,7 +1084,7 @@ class LegendaryCLI:
|
|||
logger.info(f'Finished installation process in {end_t - start_t:.02f} seconds.')
|
||||
|
||||
def _handle_postinstall(self, postinstall, igame, skip_prereqs=False):
|
||||
print('\nThis game lists the following prequisites to be installed:')
|
||||
print('\nThis game lists the following prerequisites to be installed:')
|
||||
print(f'- {postinstall["name"]}: {" ".join((postinstall["path"], postinstall["args"]))}')
|
||||
print('')
|
||||
|
||||
|
|
Loading…
Reference in a new issue