update.sh: pull main instead
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
68c0c3edcd
commit
b27c01bc9b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if [ "$branch" == "master" ]; then
|
|||
fi
|
||||
|
||||
echo 'Updating poezio'
|
||||
git pull --ff-only origin master || {
|
||||
git pull --ff-only origin main || {
|
||||
echo "The script failed to update poezio."
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue