Commit 578439ae authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-print: fix typo with rpm_query_package_format-field

parent 21a41b9e
......@@ -108,7 +108,7 @@ print_pkg_version_release()
dpkg_query_package_field "Version" "$@" | sed -e "s|.*:||"
;;
*-rpm)
rpm_query_package_format-field "%{version}-%{release}" "$@"
rpm_query_package_format_field "%{version}-%{release}" "$@"
;;
esac
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment