You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(library): do not check if .git is a dir (#1900)
Closes#1898.
`findGitDir` function is used to figure out where the script is run
from, so it's a critical function that is called upon each YAML
regeneration.
The check if it's a directory causes troubles when using git's
worktrees. `.git` is a symlink to the real `.git` dir, so it's not a
directory. Based on
#1898 (comment).
0 commit comments