From 29e5307ba01f4ffa3d8a845b199e66017fecdec9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 Nov 2020 01:10:52 -0300 Subject: Makefile: Remove leading ./ from paths --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aadd118..33222f9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: check check: - bash ./scripts/assert-shellcheck.sh - bash ./scripts/assert-todos.sh + bash scripts/assert-shellcheck.sh + bash scripts/assert-todos.sh bash scripts/assert-terraform.sh -- cgit v1.2.3