contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
330 stars 103 forks source link

Installer script should remove $mytmpdir path from composer.json #34

Closed tormi closed 7 years ago

tormi commented 7 years ago

contentacms.sh deletes $mytmpdir (rm -Rf $mytmpdir), but it doesn't remove it's leftovers from composer.json:

        "contenta_jsonapi": {
            "type": "path",
            "url": "/tmp/tmp.rNrutuiEsy"
        }
tormi commented 7 years ago

@e0ipso, Happy Birthday and thank you for all the time an effort you have put into this !!! :beer: :birthday: :smile:

dawehner commented 7 years ago

Ah so you propose to do a git checkout afterwards? Do you want to file a PR?

tormi commented 7 years ago

No, never mind ;)