diff options
author | Cem Aksoylar <caksoylar@gmail.com> | 2021-09-24 10:28:37 -0700 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-24 15:56:36 -0400 |
commit | 9f2785786fed6e195949f4f88acd8b272f95e1d3 (patch) | |
tree | 5b7826a53b3e520e4578bb01850a972f2233d518 /docs | |
parent | 5d2120ad1770f971b56f3526fe2c0a4b14ff5fbc (diff) |
fix(setup): Fix sed delimiters for Cradio
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/templates/setup.sh.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/setup.sh.mustache b/docs/src/templates/setup.sh.mustache index 2b41437..9dbdcfd 100644 --- a/docs/src/templates/setup.sh.mustache +++ b/docs/src/templates/setup.sh.mustache @@ -189,7 +189,7 @@ popd sed -i'.orig' \ -e "s/BOARD_NAME/$board/" \ -e "s/SHIELD_NAME/$shield/" \ - -e "s/KEYBOARD_TITLE/$shield_title/" \ + -e "s|KEYBOARD_TITLE|$shield_title|" \ .github/workflows/build.yml if [ "$board" == "proton_c" ]; then |