summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMikrz <mik@mikrz.ca>2025-03-29 05:40:25 -0400
committerGitHub <noreply@github.com>2025-03-29 10:40:25 +0100
commit346c09d469c9d2681399b0938e9af883ebdae829 (patch)
tree79cc04ff1356ecd754e06d2328922b93ce4c5abf /plugins
parent506cedb7ca1f4ba91a0ad102e8395d194c0b1a59 (diff)
downloadzsh-346c09d469c9d2681399b0938e9af883ebdae829.tar.gz
zsh-346c09d469c9d2681399b0938e9af883ebdae829.tar.bz2
zsh-346c09d469c9d2681399b0938e9af883ebdae829.zip
fix(dnf): function name typo (#13040)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dnf/_dnf52
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dnf/_dnf5 b/plugins/dnf/_dnf5
index e194dd5a7..9cbf451a8 100644
--- a/plugins/dnf/_dnf5
+++ b/plugins/dnf/_dnf5
@@ -38,7 +38,7 @@ _dnf5_rpm_files() {
_dnf5_packages_or_rpms() {
if [[ "$words[CURRENT]" = (*/*|\~*) ]]; then # if looks like a path name
- _dnf_rpm_files
+ _dnf5_rpm_files
else
_dnf5_packages "$@"
fi