aboutsummaryrefslogtreecommitdiff
path: root/packages/challenger-ui
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-14 13:51:55 -0300
committerSebastian <sebasjm@gmail.com>2023-11-14 13:51:55 -0300
commitacd938c7d2609e0e28b0bdf58cecb9fdc80bc2fd (patch)
tree6d127deb62e9feb7e0f9488e2b3f140f99f2d8df /packages/challenger-ui
parente54dcbfc6a5b775b775015e27764b751ad032b6c (diff)
downloadwallet-core-acd938c7d2609e0e28b0bdf58cecb9fdc80bc2fd.tar.xz
missing scape char
Diffstat (limited to 'packages/challenger-ui')
-rwxr-xr-xpackages/challenger-ui/create_must.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/challenger-ui/create_must.sh b/packages/challenger-ui/create_must.sh
index 167620f39..83dcb1885 100755
--- 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