added enforcement of environment even for prod, in naming standard check - fix

This commit is contained in:
Rasmus Thorslund 2024-10-04 12:30:12 +02:00
parent c7a830378f
commit 088de9a096
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -46,7 +46,7 @@ if [[ ! $naming_override ]]; then
exit 1 exit 1
fi fi
fi fi
exit 1
if [[ -n $cmd_proxy ]]; then if [[ -n $cmd_proxy ]]; then
proxyjump="-o ProxyJump=${cmd_proxy}" proxyjump="-o ProxyJump=${cmd_proxy}"
fi fi