commit acd938c7d2609e0e28b0bdf58cecb9fdc80bc2fd
parent e54dcbfc6a5b775b775015e27764b751ad032b6c
Author: Sebastian <sebasjm@gmail.com>
Date: Tue, 14 Nov 2023 13:51:55 -0300
missing scape char
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/challenger-ui/create_must.sh b/packages/challenger-ui/create_must.sh
@@ -9,7 +9,7 @@ for file in *.html; do
#change the location of css since challenger backend
#wants them in the root path
- sed s/="main.css"/="../main.css"/ -i $file
+ sed 's/="main.css"/="..\/main.css"/' -i $file
#rename the extension to must template
mv $file ${file:0:-5}.must