From 322b72d687c880db45857893f6a16af315d301c9 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 23 Oct 2018 10:08:44 +0100 Subject: [PATCH] CI: Fix xurls URL The `xurls` tool used by the static checker seems to have changed its URL so switch to the (hopefully more reliable!) github one. Fixes: #835. Signed-off-by: James O. D. Hunt --- .ci/static-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/static-checks.sh b/.ci/static-checks.sh index b37c9e8f4..b1e58e3ec 100755 --- a/.ci/static-checks.sh +++ b/.ci/static-checks.sh @@ -385,7 +385,7 @@ check_docs() if [ ! "$(command -v $cmd)" ] then info "Installing $cmd utility" - go get -u "mvdan.cc/xurls/cmd/$cmd" + go get -u "github.com/mvdan/xurls/cmd/${cmd}" fi info "Checking documentation"