Skip to content

Commit

Permalink
Undo unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 20, 2023
1 parent fad6e22 commit 041d528
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Context/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -1034,9 +1034,7 @@ public function install_wp( $subdir = '' ) {
$this->proc( 'wp core install', $install_args, $subdir )->run_check();

if ( $install_cache_path ) {
if ( ! file_exists( $install_cache_path ) ) {
mkdir( $install_cache_path );
}
mkdir( $install_cache_path );

self::dir_diff_copy( $run_dir, self::$cache_dir, $install_cache_path );

Expand Down

0 comments on commit 041d528

Please sign in to comment.