Commit 565bcef8 authored by ntdinh1987's avatar ntdinh1987

Fix move directory app.git

parent 48bba3b3
......@@ -89,7 +89,7 @@ class NewCommand extends Command
->extract($zipFile, $directory . '/app')
->cleanUp($zipFile);
$this->moveAllFile($directory . '/app/app.git/', $directory);
$this->moveAllFile($directory . '/app/app.git/', $directory . '/app/');
$this->rrmdir($directory . '/app/app.git/');
$composer = $this->findComposer();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment