Skip to content

Commit 00fc253

Browse files
committed
Update log msg to success
Signed-off-by: Riddhesh Sanghvi <riddheshsanghvi96@gmail.com>
1 parent 50dd657 commit 00fc253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Admin_Tools_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function install() {
7979
} else {
8080
EE::error( "No method found to install $tool. Aborting." );
8181
}
82-
EE::log( 'Done.' );
82+
EE::success( "Installed $tool successfully." );
8383
} else {
8484
EE::log( "$tool already installed." );
8585
}

0 commit comments

Comments
 (0)