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 de9bf8d commit 6c87d1aCopy full SHA for 6c87d1a
commit_hooks/r10k_syntax_check.sh
@@ -3,7 +3,7 @@
3
# This script assumes you have installed r10k and will perform a syntax check on the Puppetfile if existing
4
5
echo "Performing a syntax check on the r10k Puppetfile:"
6
-PUPPETFILE="$1" r10k puppetfile check
+r10k puppetfile check --puppetfile "$1"
7
8
if [[ $? -ne 0 ]]
9
then
0 commit comments