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/share
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-05-28 18:25:10 +0300
committerBryan Drewery <bryan@shatow.net>2022-05-28 18:25:10 +0300
commit57c166e89cde72dddca55091c87abbe5771f984b (patch)
treef4e86a820566533bc186b6883058f9a9a909a0ef /src/share
parent6eea9e5ef4a53da98f6aac32ec00a8b11d97a2a0 (diff)
Minor spelling fix.
Diffstat (limited to 'src/share')
-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}"
}