Skip to content

Commit 348b4f7

Browse files
committed
symbolic link was failing
1 parent fa19854 commit 348b4f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [ $? -ne 0 ]; then
2323
fi
2424

2525
# Symlink the git pre-commit script to the right place
26+
mkdir -p "${DIR}/.git/hooks/" 2>/dev/null
2627
ln -fs "${DIR}/script/git-pre-commit" "${DIR}/.git/hooks/pre-commit"
2728

2829
# Create the .puppet_version file for use during CI

0 commit comments

Comments
 (0)