mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 09:35:08 -07:00
fix shellcheck warning
This commit is contained in:
parent
065924a729
commit
176914c24b
2 changed files with 4 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue