Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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