Fix prepare when using as git repository dependency
Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: cairo <cairoeth@protonmail.com>
This commit is contained in:
committed by
GitHub
parent
c304b6710b
commit
4764ea5075
5
scripts/prepare.sh
Executable file
5
scripts/prepare.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if git status &>/dev/null; then git config core.hooksPath .githooks; fi
|
||||
Reference in New Issue
Block a user