From: Erik Skultety Date: Wed, 17 Jun 2020 09:45:22 +0000 (+0200) Subject: ci: Makefile: Fix 'overridde' typo X-Git-Tag: v6.5.0-rc1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a5083cad40131c80f3053b260208177410b8c9;p=thirdparty%2Flibvirt.git ci: Makefile: Fix 'overridde' typo Signed-off-by: Erik Skultety --- diff --git a/ci/Makefile b/ci/Makefile index a6a65bdc0f..7840cc8d89 100644 --- a/ci/Makefile +++ b/ci/Makefile @@ -48,7 +48,7 @@ CI_PREPARE_SCRIPT = $(CI_ROOTDIR)/prepare.sh CI_BUILD_SCRIPT = $(CI_ROOTDIR)/build.sh # Location of the container images we're going to pull -# Can be useful to overridde to use a locally built +# Can be useful to override to use a locally built # image instead CI_IMAGE_PREFIX = registry.gitlab.com/libvirt/libvirt/ci-