mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-03 04:18:25 +00:00
Modified default value for server.url in ciSettings.
This commit is contained in:
parent
f9eb75c1b7
commit
f958707caf
@ -88,7 +88,7 @@ abstract class Helper
|
|||||||
$options->set('folder.backups', JPATH_COMPONENT . '/backups');
|
$options->set('folder.backups', JPATH_COMPONENT . '/backups');
|
||||||
|
|
||||||
// Set full url for addressing the file
|
// Set full url for addressing the file
|
||||||
$options->set('zip.url', $options->get('server.url') . '/%s/' . $options->get('zip.name'));
|
$options->set('zip.url', $options->get('server.url') . '/artifacts/joomla-cms/4.0-dev/%s/patchtester/' . $options->get('zip.name'));
|
||||||
|
|
||||||
return $options;
|
return $options;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user