Skip to content

Commit cefbe84

Browse files
committed
Remove install sub-command
Signed-off-by: Riddhesh Sanghvi <riddheshsanghvi96@gmail.com>
1 parent 07c6c75 commit cefbe84

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/Admin_Tools_Command.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,8 @@ public function __construct() {
4040

4141
/**
4242
* Installs admin tools for EasyEngine.
43-
*
44-
* ## EXAMPLES
45-
*
46-
* # Install admin tools
47-
* $ ee admin-tools install
48-
*
4943
*/
50-
public function install() {
44+
private function install() {
5145

5246
if ( ! $this->is_installed() ) {
5347
EE::log( 'Installing admin-tools. This may take some time.' );
@@ -138,7 +132,6 @@ public function up( $args, $assoc_args ) {
138132
}
139133

140134
if ( ! $this->is_installed() ) {
141-
EE::log( 'It seems admin-tools have not yet been installed.' );
142135
$this->install();
143136
chdir( $this->site_data->site_fs_path );
144137
}

0 commit comments

Comments
 (0)