Skip to content

Commit f5abed7

Browse files
committed
MDLSITE-8170 Fix path to the Moodle core cfg.php file
1 parent 55a3d21 commit f5abed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/zip-packs-make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ php $AMOSCLIROOT/export-zip.php --minver=400 && \
1111
php $AMOSCLIROOT/export-zip.php --minver=35 --maxver=311 && \
1212
php $AMOSCLIROOT/export-zip.php --minver=27 --maxver=34 && \
1313
php $AMOSCLIROOT/export-zip.php --maxver=26 && \
14-
php $AMOSCLIROOT/../../../admin/cli/cfg.php --component=local_amos --name=lastexportzip --set=${NOW}
14+
php $AMOSCLIROOT/../../../../admin/cli/cfg.php --component=local_amos --name=lastexportzip --set=${NOW}

0 commit comments

Comments
 (0)