Minor change
This commit is contained in:
parent
aec5dea17c
commit
4bd8a0f017
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
||||||
$path = $package;
|
$path = $package;
|
||||||
$parsed_source = new RemotePackageInput($path);
|
$parsed_source = new RemotePackageInput($path);
|
||||||
|
|
||||||
if($parsed_source->Vendor !== null && $parsed_source->Package !== null)
|
if($parsed_source->Vendor !== null && $parsed_source->Package !== null && $parsed_source->Source !== null)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue