diff --git a/tools/helpers2.1/convert_to_helpers_2.1.py b/tools/helpers2.1/convert_to_helpers_2.1.py index 87ff474d..37921deb 100644 --- a/tools/helpers2.1/convert_to_helpers_2.1.py +++ b/tools/helpers2.1/convert_to_helpers_2.1.py @@ -198,6 +198,7 @@ def cleanup(): # Mongodb (r"YNH_MONGO_VERSION", "mongo_version"), (r"ynh_install_mongo \S*", "ynh_install_mongo"), + (r" --eval", ""), # ynh_replace_string (r"ynh_replace_string", "ynh_replace"), (r"ynh_replace_special_string", "ynh_replace_regex"),