mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-23 23:28:24 +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');
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user