forked from TrueCloudLab/frostfs-api
parent
eb2f553855
commit
ac487a132c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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;\
|
||||
|
|
Loading…
Reference in a new issue