mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(dnf): function name typo (#13040)
This commit is contained in:
parent
506cedb7ca
commit
346c09d469
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ _dnf5_rpm_files() {
|
||||||
|
|
||||||
_dnf5_packages_or_rpms() {
|
_dnf5_packages_or_rpms() {
|
||||||
if [[ "$words[CURRENT]" = (*/*|\~*) ]]; then # if looks like a path name
|
if [[ "$words[CURRENT]" = (*/*|\~*) ]]; then # if looks like a path name
|
||||||
_dnf_rpm_files
|
_dnf5_rpm_files
|
||||||
else
|
else
|
||||||
_dnf5_packages "$@"
|
_dnf5_packages "$@"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue