From 2321794d27ee007ee2a07daffe235ae9c5aa2189 Mon Sep 17 00:00:00 2001 From: Hermann Mayer Date: Thu, 14 Dec 2017 19:49:44 +0100 Subject: [PATCH] Fixed broken IPv6 test case. Signed-off-by: Hermann Mayer --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9921de5..13c8502 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index fe03a13..6564603 100644 --- a/README.md +++ b/README.md @@ -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 ```