Skip to content

Commit 04d7407

Browse files
authored
fix: typo in sourcing ~/.huskyrc
1 parent 800fbf1 commit 04d7407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

husky.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ s="${0%/*/*}/$h"
66

77
[ ! -f "$s" ] && exit 0
88

9-
for f in "${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh" "$HOME/.huskyrc.sh"; do
9+
for f in "${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh" "$HOME/.huskyrc"; do
1010
# shellcheck disable=SC1090
1111
[ -f "$f" ] && . "$f"
1212
done

0 commit comments

Comments
 (0)