Skip to content

Commit

Permalink
chore: fix git safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Oct 11, 2022
1 parent 428187e commit 1540f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1540f34

Please sign in to comment.