From d9f018d6f29c54fe6130dc0e9e8e4fa7825179e1 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 30 Nov 2021 15:28:15 +0000 Subject: [PATCH] Makefile: no hardcodear haini.sh en rubocop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18914f4..07b9e2b 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ rubocop: ## Yutea el código que está por ser commiteado | grep -E "^(A|M)" \ | sed "s/^...//" \ | grep ".rb$$" \ - | ../haini.sh/haini.sh "xargs -r ./bin/rubocop --auto-correct" + | $(hain) "xargs -r ./bin/rubocop --auto-correct" audit: ## Encuentra dependencias con vulnerabilidades $(hain) 'gem install bundler-audit'