[#68] Fix version linter.
Some checks failed
Formatters / Run fmt (pull_request) Successful in 24s
DCO action / DCO (pull_request) Successful in 1m0s
Pre-commit hooks / Pre-commit (pull_request) Failing after 1m1s

Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
Ori Bruk 2024-10-08 17:42:00 +03:00
parent 527fe93e5d
commit 55328eca63

View file

@ -24,7 +24,7 @@ fmt:
# Run version update check
version:
@diff=$$(git diff-index master version.json); \
@diff=$$(git diff-index origin/master version.json); \
if [[ -z "$$diff" ]]; then \
echo "⇒ You need to update the api version in the version.json file"; \
exit 1;\