mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Typos in variable names left during some conflict resolution (#2364)
This commit is contained in:
parent
7449b026fa
commit
00553c8324
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user