Skip to content

Commit

Permalink
fish: cbl_gen_korg_llvm_readme: Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Mar 6, 2024
1 parent e96fa75 commit 1292750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fish/functions/cbl_gen_korg_llvm_readme.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function cbl_gen_korg_llvm_readme -d "Generate kernel.org LLVM README"
return 1
end
if not in_venv
pv_venv c e markdown
py_venv c e markdown
and pip install --upgrade \
markdown \
pip \
Expand Down Expand Up @@ -52,7 +52,7 @@ function cbl_gen_korg_llvm_readme -d "Generate kernel.org LLVM README"
read -l -P 'New version: ' new_ver
end
if set -q old_ver; and set -q new_ver
set -i "s;$old_ver;$new_ver;g" $md
sed -i "s;$old_ver;$new_ver;g" $md
end

python -m markdown \
Expand Down

0 comments on commit 1292750

Please sign in to comment.