Skip to content

Commit

Permalink
Fix directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 3, 2024
1 parent f30e072 commit 5590237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/rime-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
curl -fsSL https://git.io/rime-install | bash -s -- prelude essay cantonese emoji-cantonese cangjie stroke luna-pinyin CanCLID/rime-loengfan lotem/rime-octagram-data lotem/rime-octagram-data@hant

if [ -n "$rime_dir" ]; then
pushd "$rime_dir"
cd "$rime_dir"
sed '/^schema_list:$/,/^$/c\
installed_from: rime-cantonese\
\
Expand All @@ -14,5 +14,4 @@ schema_list:\
' default.yaml > default.yaml # avoid behavioral difference of the --in-place option
sed 's/page_size: [0-9]\+/page_size: 8/' default.yaml > default.yaml
rm emoji_cantonese_suggestion.yaml
popd
fi

0 comments on commit 5590237

Please sign in to comment.