Skip to content

Commit 041d528

Browse files
committed
Undo unneeded change
1 parent fad6e22 commit 041d528

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Context/FeatureContext.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,9 +1034,7 @@ public function install_wp( $subdir = '' ) {
10341034
$this->proc( 'wp core install', $install_args, $subdir )->run_check();
10351035

10361036
if ( $install_cache_path ) {
1037-
if ( ! file_exists( $install_cache_path ) ) {
1038-
mkdir( $install_cache_path );
1039-
}
1037+
mkdir( $install_cache_path );
10401038

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

0 commit comments

Comments
 (0)