This commit is contained in:
Netkas 2023-09-01 04:31:24 -04:00
parent e7eecd354a
commit d4f69522fc
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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();
} }