We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cd759 commit a32fe8cCopy full SHA for a32fe8c
commit_hooks/puppet_lint_checks.sh
@@ -57,7 +57,7 @@ RC=$?
57
if [[ $RC -ne 0 ]]; then
58
syntax_errors=$(wc -l "$error_msg" | awk '{print $1}')
59
$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
+ echo -e "$(tput setaf 1)Error: styleguide violation in $manifest_name (see above)$(tput sgr0)"
61
elif [[ -s $error_msg ]]; then
62
$error_msg_filter -e "s/^/$(tput setaf 3)/" -e "s/$/$(tput sgr0)/" < "$error_msg"
63
echo -e "$(tput setaf 1)Warning: styleguide violation in $manifest_name (see above)$(tput sgr0)"
0 commit comments