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

Commit d724828

Browse files
committed
Move applypatch.sh to new
1 parent 87c1818 commit d724828

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
@@ -230,13 +230,12 @@ function set_progress( float $pc, string $label ) {
230230
$patchesApplied[] = $data[0]['_number'] . ',' . $data[0]['revisions'][$revision]['_number'];
231231
$commands[] = [
232232
[
233-
'PATCHDEMO' => __DIR__ . '/',
234233
'REPO' => $path,
235234
'REF' => $ref,
236235
'BASE' => $base,
237236
'HASH' => $revision,
238237
],
239-
__DIR__ . '/applypatch.sh'
238+
__DIR__ . '/new/applypatch.sh'
240239
];
241240

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

0 commit comments

Comments
 (0)