Skip to content

Commit 13bd47c

Browse files
Update readme partials for new path too
1 parent 025e8e0 commit 13bd47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WP_CLI/ScaffoldPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function package_readme( $args, $assoc_args ) {
298298
}
299299
foreach( array( 'using', 'installing', 'contributing' ) as $key ) {
300300
if ( isset( $readme_sections[ $key ] ) ) {
301-
$readme_sections[ $key ]['body'] = dirname( dirname( __FILE__ ) ) . '/templates/readme-' . $key . '.mustache';
301+
$readme_sections[ $key ]['body'] = dirname( dirname( dirname( __FILE__ ) ) ) . '/templates/readme-' . $key . '.mustache';
302302
}
303303
}
304304

0 commit comments

Comments
 (0)