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

Fix "Fix renaming bug" #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

theblackhole
Copy link

Hi !

I had this file moving/renaming bug where dploy doesn't seem to handle files move/rename ("R100" in git diff). I saw your fork and your attempt to fix this bug (commit ea476c1) but it didn't work because if there's no rename, data[2] is undefined so it can't split this var, so it crashes. I think that's why you reverted this commit, isn't it?
So I fixed this issue by checking if data[2] is defined. Now it works like a charm: I was able to deploy my changes on my server without any problem. :)

This fixes commit ea476c1 by checking if data[2] is defined
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

Successfully merging this pull request may close these issues.

1 participant