We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 549ae19 + d0f66c2 commit c42e252Copy full SHA for c42e252
1 file changed
Makefile
@@ -156,7 +156,8 @@ unit-tests: /usr/local/bin/sshcommand
156
@$(QUIET) TERM=linux bats --formatter bats-format-junit -e -T -o test-results/bats tests/unit
157
158
pre-build:
159
- true
+ git config --global --add safe.directory $(shell pwd)
160
+ git status
161
162
/usr/local/bin/sshcommand:
163
@echo installing sshcommand
0 commit comments