From: Peter van Dijk Date: Thu, 14 Apr 2016 07:29:41 +0000 (+0200) Subject: typo X-Git-Tag: dnsdist-1.0.0-beta1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a4a399125210707f531dc113cf8d5e7fc81588;p=thirdparty%2Fpdns.git typo --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 24438bb216..38906f1742 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -576,6 +576,6 @@ build_$PDNS_BUILD_PRODUCT test_$PDNS_BUILD_PRODUCT -if [ $PDNS_BUILD_PRODUCT == "auth"]; then +if [ $PDNS_BUILD_PRODUCT == "auth" ]; then test_repo fi