Make the update script pull from master
This commit is contained in:
parent
72367fc006
commit
7f0227b7d4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ VENV="poezio-venv"
|
|||
VENV_COMMAND="pyvenv"
|
||||
|
||||
echo 'Updating poezio'
|
||||
git pull origin slix || {
|
||||
git pull origin master || {
|
||||
echo "The script failed to update poezio."
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue