summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-29 17:36:38 +0100
committermathieui <mathieui@mathieui.net>2014-11-29 17:36:38 +0100
commit7f0227b7d4a5a00546537bf2b595f3a2969174a5 (patch)
treede55174c696ea5e131d1596b46192eecf70de0b7 /update.sh
parent72367fc0064f141aca6f6510f97913032c73e798 (diff)
downloadpoezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.tar.gz
poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.tar.bz2
poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.tar.xz
poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.zip
Make the update script pull from master
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 3203d506..d95a1df5 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 pull origin master || {
echo "The script failed to update poezio."
exit 1
}