From 00553c832495b05b0c6110eee84a314e5ae0dc81 Mon Sep 17 00:00:00 2001 From: Muawia Khan Date: Thu, 28 Jun 2018 17:44:28 +0500 Subject: [PATCH] Problem: Typos in variable names left during some conflict resolution (#2364) --- pkg/scripts/bootstrap_constants.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/scripts/bootstrap_constants.sh b/pkg/scripts/bootstrap_constants.sh index ae9fc1b3..19c6f96b 100755 --- a/pkg/scripts/bootstrap_constants.sh +++ b/pkg/scripts/bootstrap_constants.sh @@ -3,6 +3,6 @@ OS_CONF=/etc/os-release declare -a SUPPORTED_OS=('centos' 'fedora' 'ubuntu' 'debian' 'macOS') declare -a OS_DEPENDENCIES=('ansible') MINIMUM_UBUNTU_VERSION=16.04 -MINIUMUM_CENTOS_VERSION=7 -MINIMIUM_FEDORA_VERSION=24 -MINIMUM_DEBIAN_VERSION=8 \ No newline at end of file +MINIMUM_CENTOS_VERSION=7 +MINIMUM_FEDORA_VERSION=24 +MINIMUM_DEBIAN_VERSION=8