Skip to content

Commit 6c87d1a

Browse files
committed
Update r10k command line options
1 parent de9bf8d commit 6c87d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit_hooks/r10k_syntax_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script assumes you have installed r10k and will perform a syntax check on the Puppetfile if existing
44

55
echo "Performing a syntax check on the r10k Puppetfile:"
6-
PUPPETFILE="$1" r10k puppetfile check
6+
r10k puppetfile check --puppetfile "$1"
77

88
if [[ $? -ne 0 ]]
99
then

0 commit comments

Comments
 (0)