Skip to content

Commit

Permalink
Merge pull request kata-containers#839 from jodh-intel/ci-fix-xurls-url
Browse files Browse the repository at this point in the history
CI: Fix xurls URL
  • Loading branch information
grahamwhaley authored Oct 23, 2018
2 parents ae1b2e2 + 322b72d commit 31fe4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 31fe4da

Please sign in to comment.