diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-29 17:44:33 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-29 17:44:33 +0100 |
commit | 831a864ec55d228b535e100b0f0e5c4361051c37 (patch) | |
tree | 8c5266b7f89fdc8eaf1358e8637924c00af0ba4e | |
parent | 823e3d178edc13f3ee2330a0f1f10781d120040b (diff) | |
download | poezio-slix.tar.gz poezio-slix.tar.bz2 poezio-slix.tar.xz poezio-slix.zip |
Use the update script to switch to masterslix
-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 checkout master && git pull origin master || { echo "The script failed to update poezio." exit 1 } |