You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAMP Pro seems to insert its rules at the end of /etc/hosts without a trailing line break. vagrant-hostsupdater then adds its rules after without a prepended line break. Thus, two rules get put on one line, and the vagrant-hostsupdater line does not work. I have to manually go in and fix it from time to time.
I would suggest that vagrant-hostsupdater always include a prepended line break.
The text was updated successfully, but these errors were encountered:
My team has been having this problem as well. Some use MAMP for certain projects and Vagrant for others, and we frequently will need to go in and manually append the new line to the hosts file.
MAMP Pro seems to insert its rules at the end of
/etc/hosts
without a trailing line break. vagrant-hostsupdater then adds its rules after without a prepended line break. Thus, two rules get put on one line, and the vagrant-hostsupdater line does not work. I have to manually go in and fix it from time to time.I would suggest that vagrant-hostsupdater always include a prepended line break.
The text was updated successfully, but these errors were encountered: