Repository: incubator-stratos Updated Branches: refs/heads/master 163dfcc3c -> 9b0f91a35
Fix typo Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9b0f91a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9b0f91a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9b0f91a3 Branch: refs/heads/master Commit: 9b0f91a3577d958b0b04695aa40eea28af4f82cd Parents: 163dfcc Author: Chris Snow <[email protected]> Authored: Mon Apr 14 20:19:41 2014 +0100 Committer: Chris Snow <[email protected]> Committed: Mon Apr 14 20:19:41 2014 +0100 ---------------------------------------------------------------------- tools/stratos-installer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9b0f91a3/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 4f551a8..ba8cf42 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -92,7 +92,7 @@ function general_conf_validate() { exit 1 fi if [[ ! -f $stratos_pack_zip ]]; then - echo "Please copy the startos zip to the stratos pack folder" + echo "Please copy the stratos zip to the stratos pack folder" exit 1 fi if [[ -z $mb_port ]]; then
