mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Make file locations work better from global install.
This commit is contained in:
@@ -27,7 +27,7 @@ class InitCommand extends AbstractCommand
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
$configDir = '.mage';
|
||||
$configDir = getcwd() . '/.mage';
|
||||
|
||||
Console::output('Initiating managing process for application with <dark_gray>Magallanes</dark_gray>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user