Skip to content

Commit

Permalink
Check if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed May 14, 2024
1 parent b52c26c commit f3dfe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/migrations/Version20240511091916.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class Version20240511091916 extends AbstractMigration
{
private const $compilerVersionCommand = ['adb'=> 'gnatmake --version',
final private const COMPILER_VERSION_COMMAND = ['adb'=> 'gnatmake --version',
'awk'=> 'awk --version',
'bash'=> 'bash --version',
'c' => 'gcc --version',
Expand Down

0 comments on commit f3dfe09

Please sign in to comment.