Skip to content

Commit

Permalink
Fixes installer
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Mar 2, 2022
1 parent 80406ee commit 5a49c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/traits/SetupHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function composerRequireString($want = null)
{
$version = $want ?: UpdateManager::WANT_VERSION;

return '"october/all:'.$version.'"';
return "october/all:{$version}";
}

/**
Expand Down

0 comments on commit 5a49c66

Please sign in to comment.