fix check_git
This commit is contained in:
parent
9d2d099ab7
commit
75fe4049a9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
git fetch
|
||||
HEADHASH=$(git rev-parse HEAD)
|
||||
UPSTREAMHASH=$(git rev-parse master@{upstream})
|
||||
UPSTREAMHASH=$(git rev-parse main@{upstream})
|
||||
|
||||
if [ "$HEADHASH" != "$UPSTREAMHASH" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue