From 1540f34dde988dd01c7ba7fe388eff1f1f28d6f6 Mon Sep 17 00:00:00 2001 From: Adrien Aury <44274230+adrienaury@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:44:29 +0200 Subject: [PATCH] chore: fix git safe directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bf0181..97fe8cc 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ init: @chmod 0600 ~/.dockerhub.yml @touch ~/.github.yml @chmod 0600 ~/.github.yml - @git config --local --add safe.directory /workspace + @git config --global --add safe.directory /workspace @git config --local core.hooksPath githooks .PHONY: warning