Fix path handling

This commit is contained in:
Simon Beck 2022-04-07 18:33:13 +02:00
parent 9b7b73f4b8
commit 8b3d74dadb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func newKopiaMaintenanceCommand() *cli.Command {
Name: "maintenance",
Usage: "Runs the maintenance on the given repository",
Action: runMaintenance,
Flags: getRepositoryParams(),
Flags: getKopiaParams(),
}
}