Closed rfay closed 5 months ago
All installed files must have #ddev-generated in them, to allow ddev get or ddev get --remove to mess with them.
#ddev-generated
ddev get
ddev get --remove
Currently at least the Dockerfile does not. Please add #ddev-generated to that and also make sure that ddev get --remove works cleanly.
Thanks!
The comment was added to the Dockerfile. I did not see any other file where the comment is missing. I just released the change as 2.0.1.
All installed files must have
#ddev-generated
in them, to allowddev get
orddev get --remove
to mess with them.Currently at least the Dockerfile does not. Please add
#ddev-generated
to that and also make sure thatddev get --remove
works cleanly.Thanks!