Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f201e68 authored by Richard Uhler's avatar Richard Uhler
Browse files

Fix --reset argument to 'cmd package compile'.

Bug: 28562124
Change-Id: If5c2161e79ee1666943b591ac652ae9075e84390
parent e3e8eeaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ class PackageManagerShellCommand extends ShellCommand {
                case "--reset":
                    forceCompilation = true;
                    clearProfileData = true;
                    compilerFilter = "reset";
                    compilationReason = "install";
                    break;
                default:
                    pw.println("Error: Unknown option: " + opt);