Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
esyede committed Sep 10, 2024
1 parent 259df9f commit 89b5ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/console/commands/package/packager.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function install(array $arguments)
exit;
}

$destination = Package::path($arguments[0]);
$destination = (string) Package::path($arguments[0]);

if (is_dir($destination)) {
echo PHP_EOL . 'Destination directory for this package is already exists in:';
Expand Down

0 comments on commit 89b5ea7

Please sign in to comment.