fix duplicate names

This commit is contained in:
Lucas Gravley 2020-09-03 09:56:34 -05:00
parent 6ac933dc8c
commit a3c8b22e2c

View file

@ -31,8 +31,8 @@ LINTER_ARRAY=('ansible-lint' 'arm-ttk' 'asl-validator' 'bash-exec' 'black' 'cfn-
########################## FUNCTIONS BELOW #####################################
################################################################################
################################################################################
#### Function GetLinterVersions ################################################
GetLinterVersions() {
#### Function BuildLinterVersions ##############################################
BuildLinterVersions() {
#########################
# Print version headers #
#########################
@ -44,7 +44,6 @@ GetLinterVersions() {
##########################################################
for LINTER in "${LINTER_ARRAY[@]}"; do
if [ -n "${LINTER}" ]; then
echo "Linter:[${LINTER}]"
####################
# Get the versions #
####################
@ -127,7 +126,7 @@ WriteFile() {
############################### MAIN ###########################################
################################################################################
#####################
# GetLinterVersions #
#####################
GetLinterVersions
#######################
# BuildLinterVersions #
#######################
BuildLinterVersions