Skip to content

Commit

Permalink
[FIX] Repair in legendary (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored Oct 28, 2023
1 parent 4b257fe commit 7f77d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/storeManagers/legendary/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ export function commandToArgsArray(command: LegendaryCommand): string[] {
case 'info':
case 'sync-saves':
case 'uninstall':
case 'repair':
commandParts.push(command.appName)
break
case 'move':
Expand Down

0 comments on commit 7f77d81

Please sign in to comment.