mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Fix drush alias
This commit is contained in:
parent
125ce10915
commit
b8eadf0396
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
* Set the root and site_path values to point to your local site
|
||||
*/
|
||||
$aliases['__APP__'] = array(
|
||||
'root' => '__FINALPATH__/__APP__/',
|
||||
'root' => '__FINALPATH__/',
|
||||
'uri' => 'https://__DOMAIN____PATH_URL__',
|
||||
'path-aliases' => array(
|
||||
'%dump-dir' => '/tmp',
|
||||
|
|
Loading…
Reference in a new issue