From ba2b2f4d9a00dac94aa985aa31b41a274b7f8cc1 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 2 Jun 2021 00:46:10 +0300 Subject: [PATCH] increment build number script fix 2 --- utils/increment_build_number.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/increment_build_number.sh b/utils/increment_build_number.sh index c309f973..3666c956 100644 --- a/utils/increment_build_number.sh +++ b/utils/increment_build_number.sh @@ -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