diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-29 17:36:38 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-29 17:36:38 +0100 |
commit | 7f0227b7d4a5a00546537bf2b595f3a2969174a5 (patch) | |
tree | de55174c696ea5e131d1596b46192eecf70de0b7 | |
parent | 72367fc0064f141aca6f6510f97913032c73e798 (diff) | |
download | poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.tar.gz poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.tar.bz2 poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.tar.xz poezio-7f0227b7d4a5a00546537bf2b595f3a2969174a5.zip |
Make the update script pull from master
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 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 } |