Skip to content

Commit 9713ec6

Browse files
markrandallderickr
authored andcommitted
Update path in template in createReleaseEntry
1 parent b24d310 commit 9713ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/createReleaseEntry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if (isset($opts['r'])) {
5757
$release = strtr($version, '.', '_') . '.php';
5858
file_put_contents(RELEASES_ABS . $release, "<?php
5959
\$_SERVER['BASE_PAGE'] = 'releases/$release';
60-
include_once __DIR__ . '/../include/prepend.inc';
60+
require_once __DIR__ . '/../../include/prepend.inc';
6161
site_header('PHP $version Release Announcement');
6262
?>
6363
<h1>PHP $version Release Announcement</h1>

0 commit comments

Comments
 (0)