Skip to content

Commit

Permalink
(check-update-sample.sh) Update HASH for release
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-fujiwara committed Apr 3, 2022
1 parent 66abd0a commit 03e0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-update-sample.sh
Expand Up @@ -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

Expand Down

0 comments on commit 03e0766

Please sign in to comment.