mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-27 02:12:50 +00:00
Fix wrong move command in robo
This commit is contained in:
parent
58bf6f8f11
commit
d4b80d8ae8
@ -203,7 +203,7 @@ class RoboFile extends \Robo\Tasks
|
|||||||
// Optionally uses Joomla default htaccess file. Used by TravisCI
|
// Optionally uses Joomla default htaccess file. Used by TravisCI
|
||||||
if ($use_htaccess == true)
|
if ($use_htaccess == true)
|
||||||
{
|
{
|
||||||
$this->_copy('/tests/joomla-cms3/htaccess.txt', 'tests/joomla-cms3/.htaccess');
|
$this->_copy('./tests/joomla-cms3/htaccess.txt', './tests/joomla-cms3/.htaccess');
|
||||||
$this->_exec('sed -e "s,# RewriteBase /,RewriteBase /tests/joomla-cms3/,g" --in-place tests/joomla-cms3/.htaccess');
|
$this->_exec('sed -e "s,# RewriteBase /,RewriteBase /tests/joomla-cms3/,g" --in-place tests/joomla-cms3/.htaccess');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user