From 831a864ec55d228b535e100b0f0e5c4361051c37 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 29 Nov 2014 17:44:33 +0100 Subject: Use the update script to switch to master --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3