Skip to content

Commit

Permalink
Another fix last deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Oct 8, 2013
1 parent 0dda3db commit 8c13cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def sub(name, **kw):
'cd /home/pusto/src' + (
'&& git checkout $(cat .last)'
if a.last else
'&& git checkout origin master'
'&& git checkout master'
'&& git log -n1 --pretty=format:%H > .last'
'&& git pull'
) +
Expand Down

0 comments on commit 8c13cb3

Please sign in to comment.