From 2182df6459b837929c958c9c3d99c6521fb1eaae Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Fri, 31 Jan 2020 18:19:10 -0500 Subject: [PATCH] fix comments --- lib/linter.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index d42476f7..53989739 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -639,7 +639,7 @@ LintXmlFiles() LINTER_NAME="xmllint" ####################################### - # Validate we have yamllint installed # + # Validate we have xmllint installed # ####################################### # shellcheck disable=SC2230 VALIDATE_INSTALL_CMD=$(command -v "$LINTER_NAME" 2>&1) @@ -758,9 +758,9 @@ LintMdFiles() ###################### LINTER_NAME="markdownlint" - ####################################### - # Validate we have yamllint installed # - ####################################### + ########################################### + # Validate we have markdownlint installed # + ########################################### # shellcheck disable=SC2230 VALIDATE_INSTALL_CMD=$(command -v "$LINTER_NAME" 2>&1)