Skip to content

Commit 67c1f13

Browse files
authored
Merge pull request #206 from getsolus/fix-upgrades-typo
2 parents 0d57917 + 6e6891b commit 67c1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pisi/operations/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def install_pkg_names(packages, reinstall=False):
129129
install_op = atomicoperations.Install.from_name(package)
130130
paths.append(install_op.package_fname)
131131

132-
ctx.ui.status(_("Finished downloading package upgrades."))
132+
ctx.ui.status(_("Finished downloading packages."))
133133

134134
# Don't actually install if --fetch-only was set
135135
if ctx.get_option("fetch_only"):

0 commit comments

Comments
 (0)