Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/share/poudriere/pkgclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/pkgclean.sh b/src/share/poudriere/pkgclean.sh
index 62ef7a30..99a6f7e5 100755
--- a/src/share/poudriere/pkgclean.sh
+++ b/src/share/poudriere/pkgclean.sh
@@ -220,7 +220,7 @@ pkg_compare() {
ensure_pkg_installed ||
err 1 \
- "ports-mgmt/pkg is missing. First build it with bulk, then rerun pkgclean"
+ "ports-mgmt/pkg is missing. First build it with bulk, then re-run pkgclean"
injail ${PKG_VERSION} -t "${oldversion}" "${newversion}"
}