Skip to content

Commit

Permalink
chore: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Apr 9, 2023
1 parent 479f38d commit 8ebe7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8ebe7e3

Please sign in to comment.