diff options
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 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 } |