parent
527fe93e5d
commit
55328eca63
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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;\
|
||||
|
|
Loading…
Reference in a new issue