Skip to content

Commit 59ee8f8

Browse files
authored
Merge pull request #42 from dhsathiya/fix/disable-message
Fix message when admin tools are already disabled
2 parents 6fb291f + fccaa71 commit 59ee8f8

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
@@ -176,7 +176,7 @@ public function disable( $args, $assoc_args ) {
176176
}
177177

178178
if ( ! $this->site_data->admin_tools && ! $force ) {
179-
EE::error( sprintf( 'admin-tools already seem to be enabled for %s', $this->site_data->site_url ) );
179+
EE::error( sprintf( 'admin-tools already seem to be disabled for %s', $this->site_data->site_url ) );
180180
}
181181

182182
EE_DOCKER::docker_compose_up( $this->site_data->site_fs_path, [ 'nginx', 'php' ] );

0 commit comments

Comments
 (0)