Closed (fixed)
Project:
Git Deploy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2011 at 18:10 UTC
Updated:
25 Sep 2011 at 13:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
fenstratCorrecting this is simply a matter of removing drush_mkdir($path) because the call to git clone already creates the glip dir.
Comment #2
Freso commentedLooks good to me. At first I was thinking that the
drush_mkdir()might as well be kept, but then I realised that the directory is being created, and then "/glip" is added onto the path - which is then where the Git clone goes to, which is when the directory is being created.If anybody can confirm that this fixes it, it should be good to go.
Comment #3
bforchhammer commentedTested & Confirmed. :-)
Comment #4
Freso commentedThank you both. It has been committed and pushed.
Comment #5
fenstratThanks Freso.