From ac487a132c84522dc09463fe0b504e42eccdeeee Mon Sep 17 00:00:00 2001 From: Bruk Ori Date: Wed, 23 Oct 2024 12:48:11 +0300 Subject: [PATCH] [#68] Fix version linter. Signed-off-by: Ori Bruk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08c430d..51b959a 100755 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ fmt: vsn: @diff1=$$(git branch -a); \ echo $$diff1; \ - diff=$$(git diff-index master version.json); \ + diff=$$(git diff-index remotes/origin/master version.json); \ if [[ -z "$$diff" ]]; then \ echo "⇒ You need to update the api version in the version.json file"; \ exit 1;\