Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Mar 6, 2024
1 parent 6d3534a commit 632afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/build-deploy-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ if [ ${#DELETE_INGRESS[@]} -ne 0 ]; then
echo "> 'LAGOON_FEATURE_FLAG_CLEANUP_REMOVED_LAGOON_ROUTES=enabled' is configured and the following routes will be removed."
echo "> You should remove this variable if you don't want routes to be removed automatically"
fi
echo "> Futurue releases of Lagoon may remove routes automatically, you should ensure that your routes are up always up to date if you see this warning"
echo "> Future releases of Lagoon may remove routes automatically, you should ensure that your routes are up always up to date if you see this warning"
for DI in ${DELETE_INGRESS[@]}
do
if [ "$(featureFlag CLEANUP_REMOVED_LAGOON_ROUTES)" = enabled ]; then
Expand Down

0 comments on commit 632afbd

Please sign in to comment.