ci: Fix a typo in the run-docker.sh script

This commit is contained in:
Matthias Clasen 2020-05-15 08:51:22 -04:00
parent 18c7284817
commit 6719616c36

View File

@ -95,7 +95,7 @@ if [ ! -x "$(command -v docker)" ] || [ docker --help |& grep -q podman ]; then
else
echo "Using: Docker"
format=""
CMD="sudo socker"
CMD="sudo docker"
fi
REGISTRY="registry.gitlab.gnome.org"