Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit d5d3b23

Browse files
edg2sMatmaRex
authored andcommitted
Move applypatch.sh to new
1 parent 40992b2 commit d5d3b23

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

new.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,12 @@ function set_progress( float $pc, string $label ) {
267267
$patchesApplied[] = $data[0]['_number'] . ',' . $data[0]['revisions'][$revision]['_number'];
268268
$commands[] = [
269269
[
270-
'PATCHDEMO' => __DIR__ . '/',
271270
'REPO' => $path,
272271
'REF' => $ref,
273272
'BASE' => $base,
274273
'HASH' => $revision,
275274
],
276-
__DIR__ . '/applypatch.sh'
275+
__DIR__ . '/new/applypatch.sh'
277276
];
278277

279278
$relatedChanges = [];
File renamed without changes.

0 commit comments

Comments
 (0)