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.
2 parents d3bd45e + 7703bfe commit f6c2d84Copy full SHA for f6c2d84
pre-commit
@@ -42,17 +42,17 @@ if [[ -f "$git_root/.git" ]]; then
42
fi
43
44
45
-# Only puppet 3.2.1 - 3.8 support "--parser future" option.
46
-case $(puppet --version) in
47
- 4*) USE_PUPPET_FUTURE_PARSER="disabled" ;;
48
-esac
49
-
50
# Decide if we want puppet-lint
51
CHECK_PUPPET_LINT="enabled"
52
if [[ -e ${subhook_root}/config.cfg ]] ; then
53
source "${subhook_root}/config.cfg"
54
55
+# Only puppet 3.2.1 - 3.8 support "--parser future" option.
+case $(puppet --version) in
+ 4*) USE_PUPPET_FUTURE_PARSER="disabled" ;;
+esac
+
56
SAVEIFS=$IFS
57
IFS=$(echo -en "\n\b")
58
0 commit comments