Skip to content

Commit 7bc6e52

Browse files
committed
Merge branch 'mrrobot47-fix/up-command' into develop
2 parents e3b8eff + 625b098 commit 7bc6e52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Admin_Tools_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function up( $args, $assoc_args ) {
124124
if ( ! $this->is_installed() ) {
125125
EE::log( 'It seems admin-tools have not yet been installed.' );
126126
$this->install();
127+
chdir( $this->site_data->site_fs_path );
127128
}
128129

129130
$this->move_config_file( 'docker-compose-admin.mustache', $this->site_data->site_fs_path . '/docker-compose-admin.yml' );

0 commit comments

Comments
 (0)