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 ##################################### ########################## FUNCTIONS BELOW #####################################
################################################################################ ################################################################################
################################################################################ ################################################################################
#### Function GetLinterVersions ################################################ #### Function BuildLinterVersions ##############################################
GetLinterVersions() { BuildLinterVersions() {
######################### #########################
# Print version headers # # Print version headers #
######################### #########################
@ -44,7 +44,6 @@ GetLinterVersions() {
########################################################## ##########################################################
for LINTER in "${LINTER_ARRAY[@]}"; do for LINTER in "${LINTER_ARRAY[@]}"; do
if [ -n "${LINTER}" ]; then if [ -n "${LINTER}" ]; then
echo "Linter:[${LINTER}]"
#################### ####################
# Get the versions # # Get the versions #
#################### ####################
@ -127,7 +126,7 @@ WriteFile() {
############################### MAIN ########################################### ############################### MAIN ###########################################
################################################################################ ################################################################################
##################### #######################
# GetLinterVersions # # BuildLinterVersions #
##################### #######################
GetLinterVersions BuildLinterVersions