From 7f0227b7d4a5a00546537bf2b595f3a2969174a5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 29 Nov 2014 17:36:38 +0100 Subject: Make the update script pull from master --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') 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 } -- cgit v1.2.3