We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d57917 + 6e6891b commit 67c1f13Copy full SHA for 67c1f13
pisi/operations/install.py
@@ -129,7 +129,7 @@ def install_pkg_names(packages, reinstall=False):
129
install_op = atomicoperations.Install.from_name(package)
130
paths.append(install_op.package_fname)
131
132
- ctx.ui.status(_("Finished downloading package upgrades."))
+ ctx.ui.status(_("Finished downloading packages."))
133
134
# Don't actually install if --fetch-only was set
135
if ctx.get_option("fetch_only"):
0 commit comments