summaryrefslogtreecommitdiff
path: root/db-check-nonfree
diff options
context:
space:
mode:
Diffstat (limited to 'db-check-nonfree')
-rwxr-xr-xdb-check-nonfree2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-check-nonfree b/db-check-nonfree
index ab6491d..ecad3b9 100755
--- a/db-check-nonfree
+++ b/db-check-nonfree
@@ -33,7 +33,7 @@ for repo in ${ARCHREPOS[@]}; do
fi
done
if [ ${#cleanpkgs[@]} -ge 1 ]; then
- msg2 "Unfree: ${cleanpkgs[@]}"
+ msg2 "Nonfree: ${cleanpkgs[@]}"
arch_repo_remove "${repo}" "${pkgarch}" ${cleanpkgs[@]}
fi
done