Skip to content

Commit

Permalink
Merge pull request #113 from yakatz/bug/r10k_command
Browse files Browse the repository at this point in the history
Update r10k command line options
  • Loading branch information
drwahl authored Oct 30, 2020
2 parents de9bf8d + 6c87d1a commit 9fbc585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit_hooks/r10k_syntax_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script assumes you have installed r10k and will perform a syntax check on the Puppetfile if existing

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

if [[ $? -ne 0 ]]
then
Expand Down

0 comments on commit 9fbc585

Please sign in to comment.