1
0
Fork 0
forked from lthn/blockchain

increment build number script fix 2

This commit is contained in:
sowle 2021-06-02 00:46:10 +03:00
parent 8f92109520
commit ba2b2f4d9a
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -5,7 +5,7 @@ version_file_path=../src/version.h.in
pushd $curr_path
# clear old local changes if any
git checkout -- src/*
git checkout -- ../src/*
git pull --ff-only