From 088de9a096cb88966d48a3e24e9ba5370803a41d Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Fri, 4 Oct 2024 12:30:12 +0200 Subject: [PATCH] added enforcement of environment even for prod, in naming standard check - fix --- addhost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addhost b/addhost index 02e59e6..a2c89fe 100755 --- a/addhost +++ b/addhost @@ -46,7 +46,7 @@ if [[ ! $naming_override ]]; then exit 1 fi fi -exit 1 + if [[ -n $cmd_proxy ]]; then proxyjump="-o ProxyJump=${cmd_proxy}" fi