Skip to content

Commit

Permalink
Makefile: fix install-hooks target
Browse files Browse the repository at this point in the history
The problem was that the arguments had the wrong order.

Change-Id: I134159a13bcf54ef9be78decba9ada34eff0c93e
  • Loading branch information
amwolff authored and Storj Robot committed Jul 19, 2022
1 parent 2e69c64 commit 8c97f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ endif

.PHONY: install-hooks
install-hooks: ## Install helpful Git hooks
ln -s .git/hooks/pre-commit githooks/pre-commit
ln -s ../../githooks/pre-commit .git/hooks/pre-commit

##@ Local development/Public Jenkins/Lint

Expand Down

0 comments on commit 8c97f2b

Please sign in to comment.