From d921095d80ba36557d11edb61f051bbbee8f41d7 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 10 Jul 2023 14:01:58 -0500 Subject: [PATCH] Missing ':' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f578e4..254dee1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG GIT_VDBTO_TOKEN WORKDIR /plugeth-statediff/ COPY go.mod go.sum . RUN [ -n "$GIT_VDBTO_TOKEN" ] && \ - git config --global url."https://$GIT_VDBTO_TOKEN@git.vdb.to/".insteadOf "https://git.vdb.to/" ; \ + git config --global url."https://$GIT_VDBTO_TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/" ; \ GOPROXY=off go mod download ; \ rm -f ~/.gitconfig