fix shellcheck warning

This commit is contained in:
tooomm 2026-07-26 13:08:23 +02:00
parent 065924a729
commit 176914c24b
2 changed files with 4 additions and 5 deletions

View file

@ -1,9 +1,9 @@
#!/bin/bash
# fetch master branch
# Fetch master branch
git fetch origin master
# unshallow if needed
# Unshallow if needed
echo "Finding merge base"
if ! git merge-base origin/master HEAD; then
echo "Could not find merge base, unshallowing repo"