From d7707e58bd166e8caa2f40ab16261e0e203402df Mon Sep 17 00:00:00 2001 From: Augustin-FL Date: Thu, 14 Feb 2019 00:24:19 +0100 Subject: [PATCH] fixing last travis issue --- dnsapi/dns_online.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_online.sh b/dnsapi/dns_online.sh index 7d4627e7..02d07dcd 100755 --- a/dnsapi/dns_online.sh +++ b/dnsapi/dns_online.sh @@ -138,7 +138,7 @@ _get_root() { # this function create a temporary zone version # as online.net does not allow updating an active version _online_create_temporary_zone_version() { - + _online_rest POST "domain/$_domain/version" "name=acme.sh" if [ "$?" != "0" ]; then return 1