Skip to content

Commit a32fe8c

Browse files
authored
Update puppet_lint_checks.sh
1 parent d0cd759 commit a32fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit_hooks/puppet_lint_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RC=$?
5757
if [[ $RC -ne 0 ]]; then
5858
syntax_errors=$(wc -l "$error_msg" | awk '{print $1}')
5959
$error_msg_filter -e "s/^/$(tput setaf 1)/" -e "s/$/$(tput sgr0)/" < "$error_msg"
60-
echo -e "$(tput setaf 1)Error: styleguide violation in $manifest_name (see above)$(tput sgr0)"s
60+
echo -e "$(tput setaf 1)Error: styleguide violation in $manifest_name (see above)$(tput sgr0)"
6161
elif [[ -s $error_msg ]]; then
6262
$error_msg_filter -e "s/^/$(tput setaf 3)/" -e "s/$/$(tput sgr0)/" < "$error_msg"
6363
echo -e "$(tput setaf 1)Warning: styleguide violation in $manifest_name (see above)$(tput sgr0)"

0 commit comments

Comments
 (0)