Skip to content

Commit dc73f6a

Browse files
Revert "Update readme partials for new path too"
This reverts commit 13bd47c.
1 parent 7ad99ce commit dc73f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScaffoldPackageCommand.php

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

0 commit comments

Comments
 (0)