Skip to content

Commit

Permalink
Process lib will add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 1, 2022
1 parent 9945b02 commit b31eed7
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 b31eed7

Please sign in to comment.