Skip to content

Commit 15691a9

Browse files
fix(tooling): typo on zsh completion file
1 parent f0c7ab9 commit 15691a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_files/10-tooling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_shell_tools() {
4040
tmpdir=$(mktemp -d)
4141
curl -L "$url" -o - | tar xvzf - -C "$tmpdir" --strip-components=1
4242
cp "$tmpdir/zsh-patina" /usr/bin
43-
cp "$tmpdir/completion/_zsh_patina" /usr/share/zsh/site-functions
43+
cp "$tmpdir/completion/_zsh-patina" /usr/share/zsh/site-functions
4444
rm -rf "$tmpdir"
4545

4646
dnf5 -y copr enable atim/starship

0 commit comments

Comments
 (0)