diff options
Diffstat (limited to 'docs/src/templates')
-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 |