From 6c4999450daeac05e9908b15fa8d83fc493c2d2a Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Sat, 28 Mar 2015 21:38:55 -0700 Subject: [PATCH] Error text fix. --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 60302a2..70dd2fe 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1122,7 +1122,7 @@ if ([ "${DISTRO_NAME_L}" != "ubuntu" ] && [ "$ITYPE" = "daily" ]); then echoerror "${DISTRO_NAME} does not have daily packages support" exit 1 elif ([ "${DISTRO_NAME_L}" != "ubuntu" ] && [ "$STABLE_REV" != "latest" ]); then - echoerror "${DISTRO_NAME} does have major version pegged packages support" + echoerror "${DISTRO_NAME} does not have major version pegged packages support" exit 1 fi