We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dd657 commit 00fc253Copy full SHA for 00fc253
1 file changed
src/Admin_Tools_Command.php
@@ -79,7 +79,7 @@ public function install() {
79
} else {
80
EE::error( "No method found to install $tool. Aborting." );
81
}
82
- EE::log( 'Done.' );
+ EE::success( "Installed $tool successfully." );
83
84
EE::log( "$tool already installed." );
85
0 commit comments