diff --git a/advanced/Scripts/list.sh b/advanced/Scripts/list.sh index 40fabd54..064181f0 100755 --- a/advanced/Scripts/list.sh +++ b/advanced/Scripts/list.sh @@ -50,7 +50,7 @@ GetListParamFromTypeId() { elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then echo "-regex" elif [[ "${typeId}" == "3" ]]; then - echo "-wild" + echo "-regex" fi }