Closed tormi closed 7 years ago
contentacms.sh deletes $mytmpdir (rm -Rf $mytmpdir), but it doesn't remove it's leftovers from composer.json:
rm -Rf $mytmpdir
"contenta_jsonapi": { "type": "path", "url": "/tmp/tmp.rNrutuiEsy" }
@e0ipso, Happy Birthday and thank you for all the time an effort you have put into this !!! :beer: :birthday: :smile:
Ah so you propose to do a git checkout afterwards? Do you want to file a PR?
git checkout
No, never mind ;)
contentacms.sh deletes $mytmpdir (
rm -Rf $mytmpdir
), but it doesn't remove it's leftovers from composer.json: