Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 30, 2023
1 parent 08e9b62 commit 489175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorepo/DevTools/src/MonorepoReleaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ protected function prepareMonorepoPR(): void
// Seems to be the most reliable way to get the encoding right
shell_exec('powershell -Command "Start-Process \''.$link.'\'"');
} else {
shell_exec('open' . ' ' . escapeshellarg($link));
shell_exec('open'.' '.escapeshellarg($link));
}
}
}
Expand Down

0 comments on commit 489175f

Please sign in to comment.