Skip to content

Commit

Permalink
Fix coding standards violation in settings.tugboat.php (Lullabot#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Oct 24, 2023
1 parent d7d3023 commit 8cb9e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/tugboat/settings.tugboat.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (getenv('TUGBOAT_REPO')) {
'\.tugboatqa\.com$',
];
# Following https://architecture.lullabot.com/adr/20210609-environment-indicator/
// See https://architecture.lullabot.com/adr/20210609-environment-indicator/
$config['environment_indicator.indicator']['name'] = '☑️ Tugboat';
$config['environment_indicator.indicator']['bg_color'] = '#990055';
$config['environment_indicator.indicator']['fg_color'] = '#ffffff';
Expand Down

0 comments on commit 8cb9e07

Please sign in to comment.