Skip to content

Commit

Permalink
Reverted to proper ch_backup/version.txt target
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Kopanev committed May 16, 2024
1 parent ffe3f5a commit 068b0bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ format: install-deps


ch_backup/version.txt:
@echo "0.0.0.10" > ch_backup/version.txt
# @echo "2.$$(git rev-list HEAD --count).$$(git rev-parse --short HEAD | perl -ne 'print hex $$_')" > ch_backup/version.txt
@echo "2.$$(git rev-list HEAD --count).$$(git rev-parse --short HEAD | perl -ne 'print hex $$_')" > ch_backup/version.txt


.PHONY: install-deps
Expand Down

0 comments on commit 068b0bd

Please sign in to comment.