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 fa19854 commit 348b4f7Copy full SHA for 348b4f7
script/bootstrap
@@ -23,6 +23,7 @@ if [ $? -ne 0 ]; then
23
fi
24
25
# Symlink the git pre-commit script to the right place
26
+mkdir -p "${DIR}/.git/hooks/" 2>/dev/null
27
ln -fs "${DIR}/script/git-pre-commit" "${DIR}/.git/hooks/pre-commit"
28
29
# Create the .puppet_version file for use during CI
0 commit comments