diff --git a/bin/deploy b/bin/deploy index 45fe3fa..18dfdce 100755 --- a/bin/deploy +++ b/bin/deploy @@ -307,8 +307,8 @@ revert_to() { # require_env() { - config_section $ENV || abort "[$ENV] config section not defined" test -z "$ENV" && abort " required" + config_section $ENV || abort "[$ENV] config section not defined" } #