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 b9d43f8834
commit 1a8c6b0dfa
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