Skip to content

Commit 9fbc585

Browse files
authored
Merge pull request #113 from yakatz/bug/r10k_command
Update r10k command line options
2 parents de9bf8d + 6c87d1a commit 9fbc585

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)