remove _ from regex descibers

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/3015/head
Adam Warner 5 years ago
parent 63e407cfdc
commit 869473172c
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

@ -32,9 +32,9 @@ GetListnameFromTypeId() {
elif [[ "$1" == "1" ]]; then
echo "blacklist"
elif [[ "$1" == "2" ]]; then
echo "regex_whitelist"
echo "regex whitelist"
elif [[ "$1" == "3" ]]; then
echo "regex_blacklist"
echo "regex blacklist"
fi
}

Loading…
Cancel
Save