summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-29 17:44:33 +0100
committermathieui <mathieui@mathieui.net>2014-11-29 17:44:33 +0100
commit831a864ec55d228b535e100b0f0e5c4361051c37 (patch)
tree8c5266b7f89fdc8eaf1358e8637924c00af0ba4e
parent823e3d178edc13f3ee2330a0f1f10781d120040b (diff)
downloadpoezio-slix.tar.gz
poezio-slix.tar.bz2
poezio-slix.tar.xz
poezio-slix.zip
Use the update script to switch to masterslix
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 3203d506..0b59a0b9 100755
--- a/update.sh
+++ b/update.sh
@@ -11,7 +11,7 @@ VENV="poezio-venv"
VENV_COMMAND="pyvenv"
echo 'Updating poezio'
-git pull origin slix || {
+git checkout master && git pull origin master || {
echo "The script failed to update poezio."
exit 1
}