craftcms/apple-news

Bad symlink in vendor package `php-curl-class`

khalwat opened this issue · 0 comments

Trying to commit the plugin to git via SourceTree, I get the error:

sourcetreescreensnapz002

And indeed, the php-curl-class has the following bad symlink in it:

vagrant@homestead /htdocs/nystudio107/craft/plugins/applenews/vendor/php-curl-class/php-curl-class/examples (master) $ pwd
/htdocs/nystudio107/craft/plugins/applenews/vendor/php-curl-class/php-curl-class/examples
vagrant@homestead /htdocs/nystudio107/craft/plugins/applenews/vendor/php-curl-class/php-curl-class/examples (master) $ ls -al | grep vendor
lrwxrwxrwx  1 501 dialout    9 Dec 30 06:33 vendor -> ../vendor
vagrant@homestead /htdocs/nystudio107/craft/plugins/applenews/vendor/php-curl-class/php-curl-class/examples (master) $

Minor, but I figured I'd note it.