Skip to content

Commit 667fe00

Browse files
melvincarvalhoRubenVerborgh
authored andcommitted
Give hosts entry each their own line (#586)
Give hosts entry each their own line which fixes a test on ubuntu Closes #585.
1 parent 3ce6e21 commit 667fe00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ Edit your `/etc/hosts` file, and append:
305305

306306
```
307307
# Used for unit testing solid
308-
127.0.0.1 nic.localhost, tim.localhost, nicola.localhost
308+
127.0.0.1 nic.localhost
309+
127.0.0.1 tim.localhost
310+
127.0.0.1 nicola.localhost
309311
```
310312

311313
#### Running the Unit Tests

0 commit comments

Comments
 (0)