Problem: Typos in variable names left during some conflict resolution (#2364)

This commit is contained in:
Muawia Khan 2018-06-28 17:44:28 +05:00 committed by GitHub
parent 7449b026fa
commit 00553c8324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
MINIMUM_CENTOS_VERSION=7
MINIMUM_FEDORA_VERSION=24
MINIMUM_DEBIAN_VERSION=8