Skip to content

Commit

Permalink
Fixed syntax error in AssetPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Apr 25, 2017
1 parent 5a70619 commit 87e2662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/AssetPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function prepareReleases($repository)
'uid' => $this->prepareUid($version),
'name' => $this->getNormalName(),
'version' => $version,
'type' => $this->getType() . '-asset,
'type' => $this->getType() . '-asset',
];
if ($require) {
$release['require'] = $require;
Expand Down

0 comments on commit 87e2662

Please sign in to comment.