Skip to content

Commit 8bbc93a

Browse files
committed
Add self-uninstall in exception
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 829fb33 commit 8bbc93a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php/EE/Runner.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ private function init_ee() {
6565
if (
6666
! empty( $this->arguments ) &&
6767
( ! in_array( $this->arguments[0], [ 'cli', 'help' ], true ) ||
68-
$this->arguments === [ 'cli', 'update' ] )
68+
$this->arguments === [ 'cli', 'update' ] ||
69+
$this->arguments === [ 'cli', 'self-uninstall' ] )
6970
) {
7071

7172
// Minimum requirement checks.

0 commit comments

Comments
 (0)