Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve hosts file suggestion #50

Merged
merged 1 commit into from
Sep 25, 2019
Merged

Conversation

adamsilverstein
Copy link

This PR adjusts the host file suggestion to use:
IP_ADDRESS HOST instead of HOST IP_ADDRESS which is incorrect.

and wraps the suggestion in quotes to make it a little easier to read/separate visually.

Before

Make sure the following entry is in your hosts file: testsite.com 127.0.0.1

After

Make sure the following entry is in your hosts file: "127.0.0.1 testsite.com"

@adamsilverstein adamsilverstein merged commit 99a805f into develop Sep 25, 2019
@adamsilverstein adamsilverstein deleted the adjust-host-suggestion branch September 25, 2019 13:55
@jeffpaul jeffpaul added this to the 1.6.1 milestone Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants