Browse Source

fix(dnf): function name typo (#13040)

Mikrz 3 weeks ago
parent
commit
346c09d469
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/dnf/_dnf5

+ 1 - 1
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