Cleanup
This commit is contained in:
parent
e7eecd354a
commit
d4f69522fc
1 changed files with 8 additions and 9 deletions
|
@ -128,8 +128,7 @@
|
||||||
{
|
{
|
||||||
$project_path = $args['path'] ?? $args['p'];
|
$project_path = $args['path'] ?? $args['p'];
|
||||||
}
|
}
|
||||||
else
|
elseif(is_file(getcwd() . DIRECTORY_SEPARATOR . 'project.json'))
|
||||||
if(is_file(getcwd() . DIRECTORY_SEPARATOR . 'project.json'))
|
|
||||||
{
|
{
|
||||||
$project_path = getcwd();
|
$project_path = getcwd();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue