From 03e0766a025e04af8c02c6736c0e7291eca553df Mon Sep 17 00:00:00 2001 From: "Makoto Fujiwara (CF-SX3)" Date: Sun, 3 Apr 2022 12:45:39 +0900 Subject: [PATCH] (check-update-sample.sh) Update HASH for release --- check-update-sample.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-update-sample.sh b/check-update-sample.sh index 81e44d6..c1f2fad 100644 --- a/check-update-sample.sh +++ b/check-update-sample.sh @@ -43,7 +43,7 @@ if [ -d .git ] ; then echo ' *** (2) Updating from git repository' git pull -HASH= `git log --format="%H" -1 origin/master` +HASH= `git log --format="%H" -1 origin/release` export HASH fi