We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aa90e commit 660d841Copy full SHA for 660d841
src/Context/FeatureContext.php
@@ -1179,7 +1179,7 @@ public function install_wp( $subdir = '' ) {
1179
'skip-email' => true,
1180
];
1181
1182
- $run_dir = '' !== $subdir ? ( $this->variables['RUN_DIR'] . "/$subdir" ) : $this->variables['RUN_DIR'];
+ $run_dir = '' !== $subdir ? ( $this->variables['RUN_DIR'] . "/$subdir" ) : $this->variables['RUN_DIR'];
1183
1184
$install_cache_path = self::$install_cache_dir . '/install_' . md5( implode( ':', $install_args ) . ':subdir=' . $subdir );
1185
0 commit comments