fixed string cmp
This commit is contained in:
@ -5,8 +5,8 @@ function ssm_tunnel --description 'access private AWS ressources via Bastion Hos
|
||||
return
|
||||
end
|
||||
|
||||
if [ $env != "ops" ]
|
||||
echo "Switch to OPS ENV"
|
||||
if [ "$env" != "ops" ]
|
||||
echo "Switch to OPS ENV first"
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user