Fix the git pull in update.sh
This commit is contained in:
parent
3510e8f5fa
commit
0da967850d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ error() {
|
|||
}
|
||||
|
||||
echo 'Updating poezio'
|
||||
git pull origin master || error poezio
|
||||
git pull origin slix || error poezio
|
||||
|
||||
make
|
||||
if [ $? -ne 0 ]
|
||||
|
|
Loading…
Reference in a new issue