Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.js doesn't work with link file of .git. #144

Open
wonderyl opened this issue Jul 8, 2019 · 0 comments
Open

install.js doesn't work with link file of .git. #144

wonderyl opened this issue Jul 8, 2019 · 0 comments

Comments

@wonderyl
Copy link

wonderyl commented Jul 8, 2019

This is the current code in install.js
if (!exists(git) || !fs.lstatSync(git).isDirectory()) return;
Which skips the install if .git is actually a link file.

In our case, we have .git that is a soft link file that points to another location. So the install doesn't work.

@wonderyl wonderyl changed the title install.js doesn't work with link file. install.js doesn't work with link file of .git. Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant