diff --git a/system/console/commands/package/packager.php b/system/console/commands/package/packager.php index b909b80..4377602 100644 --- a/system/console/commands/package/packager.php +++ b/system/console/commands/package/packager.php @@ -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:';