Skip to content

Commit

Permalink
Fix miscallaneous cache cleanup command not working
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Apr 29, 2024
1 parent 0e23d07 commit f60ee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mythic/Views/Navigation/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct SettingsView: View {
HStack {
Button {
Task {
try? await Legendary.command(arguments: ["cleanu["], identifier: "cleanup") { output, _ in
try? await Legendary.command(arguments: ["cleanup"], identifier: "cleanup") { output, _ in
isCleanupSuccessful = output.stderr.contains("Cleanup complete") // [cli] INFO: Cleanup complete! Removed 0.00 MiB.
}
}
Expand Down

0 comments on commit f60ee73

Please sign in to comment.