lib/mixlib/install/generator/bourne/scripts/install_package.sh in mixlib-install-3.11.5 vs lib/mixlib/install/generator/bourne/scripts/install_package.sh in mixlib-install-3.11.11
- old
+ new
@@ -10,10 +10,10 @@
if test "x$version" = "x" -a "x$CI" != "xtrue"; then
echo
echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
echo
- echo "You are installing an omnibus package without a version pin. If you are installing"
+ echo "You are installing a package without a version pin. If you are installing"
echo "on production servers via an automated process this is DANGEROUS and you will"
echo "be upgraded without warning on new releases, even to new major releases."
echo "Letting the version float is only appropriate in desktop, test, development or"
echo "CI/CD environments."
echo