From 8ebe7e32edbbb7109e9008ee7b2f5eb2dd4ad7da Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Sun, 9 Apr 2023 13:26:24 -0400 Subject: [PATCH] chore: quotes --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 89ab58a0fe..79ecbd2b8f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -22,7 +22,7 @@ RUN curl -sSL https://deb.nodesource.com/setup_18.x | bash && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -RUN git config --global --add safe.directory * +RUN git config --global --add safe.directory '*' # install mage RUN git clone https://github.com/magefile/mage && \