diff options
Diffstat (limited to 'functions.sh')
-rwxr-xr-x | functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh index 305dcb7..a446acb 100755 --- a/functions.sh +++ b/functions.sh @@ -36,7 +36,6 @@ check_prerequisites() { #------------------------------------------------------------------------------- # Check for DEPLOYMENT type #------------------------------------------------------------------------------- - DEPLOYMENT=${DEPLOYMENT:-full} if ! [[ "$DEPLOYMENT" =~ ^(full|k8s)$ ]]; then error "Unsupported value for DEPLOYMENT ($DEPLOYMENT)" fi |