From d2a4a399125210707f531dc113cf8d5e7fc81588 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 14 Apr 2016 09:29:41 +0200 Subject: [PATCH] typo --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2