Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fixed broken IPv6 test case.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Dec 14, 2017
1 parent 2e63448 commit 2321794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ script:
- make
- sudo make install
- >-
sudo sed -i -re 's/^hosts:(.*$)/hosts: mac_mdns \1/' /etc/nsswitch.conf
sudo sed -i -re 's/^hosts:(.*$)/hosts: mac_mdns/' /etc/nsswitch.conf
- make test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ First you need to clone this repository from Github:

```bash
# Clone the repository
$ git clone git@github.com:hausgold/libnss-mac-mdns.git
$ git clone https://github.com/hausgold/libnss-mac-mdns.git
# Go in the repository directory
$ cd libnss-mac-mdns
```
Expand Down

0 comments on commit 2321794

Please sign in to comment.