Skip to content

Commit

Permalink
Merge pull request #134 from creative-commoners/pulls/1.12/quotes
Browse files Browse the repository at this point in the history
FIX Use double quotes
  • Loading branch information
GuySartorelli authored Jul 8, 2024
2 parents 1e2da6c + cfe0db1 commit 35f5832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ jobs:
php -r '
$j = json_decode(file_get_contents("composer.json"));
$v = $j->require->{"silverstripe/installer"};
if (strpos($v, '^') === 0) {
if (strpos($v, "^") === 0) {
$v = str_replace("^", "", $v) . ".x-dev";
}
$j->require->{"silverstripe/installer"} = $v;
Expand Down

0 comments on commit 35f5832

Please sign in to comment.