From b3fb502ff5fa447908c4d11d95c0fab2c7caeff0 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 29 Jul 2014 11:59:34 -0400 Subject: [PATCH] Fix typo --- ievms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ievms.sh b/ievms.sh index c8acfae..2149f80 100755 --- a/ievms.sh +++ b/ievms.sh @@ -6,7 +6,7 @@ set -o errtrace set -o errexit set -o pipefail -# ## Gobal Variables +# ## Global Variables # The ievms version. ievms_version="0.2.1"