Skip to content

Commit 559907d

Browse files
authored
Update src/Package_Command.php
1 parent 68d4741 commit 559907d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Package_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ public function uninstall( $args, $assoc_args ) {
680680
list( $package_name ) = $args;
681681

682682
$insecure = (bool) Utils\get_flag_value( $assoc_args, 'insecure', false );
683-
$interaction = Utils\get_flag_value( $assoc_args, 'interaction', true );
683+
$interaction = (bool) Utils\get_flag_value( $assoc_args, 'interaction', true );
684684

685685
if ( ! $interaction ) {
686686
$this->set_non_interactive_mode();

0 commit comments

Comments
 (0)