From 799490c2379927c11ca35631e35da279a0733413 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 20 Jun 2024 23:44:36 +0200 Subject: [PATCH] I love computers --- tools/helpers2.1/convert_to_helpers_2.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/helpers2.1/convert_to_helpers_2.1.py b/tools/helpers2.1/convert_to_helpers_2.1.py index 9e3a5a35..1a1b8509 100644 --- a/tools/helpers2.1/convert_to_helpers_2.1.py +++ b/tools/helpers2.1/convert_to_helpers_2.1.py @@ -288,7 +288,7 @@ def cleanup(): open(script, "w").write(content) for pattern, replace in conf_replaces: - os.system(f"sed -i='' 's@{pattern}@{replace}@g' $(find conf/ -type f)") + os.system(f"sed -i'' 's@{pattern}@{replace}@g' $(find conf/ -type f)") git_cmds = [ "git rm --quiet sources/extra_files/*/.gitignore 2>/dev/null",