Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Loges committed Apr 10, 2018
1 parent 1827c39 commit e323be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Devliver/Service/PackageSynchronization.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function dumpPackagesJson()

$repo = [];

$distUrl = $this->getComposerDistUrl('%package%', '%version%', '%reference%', '%type%');
$distUrl = $this->getComposerDistUrl('%package%', '%reference%', '%type%');
$mirror = [
'dist-url' => $distUrl,
'preferred' => true,
Expand Down

0 comments on commit e323be4

Please sign in to comment.