fab update

master
Nick Sergeant 2011-10-31 18:35:49 -04:00
parent 236d9f0c49
commit 8800da5617
1 changed files with 1 additions and 1 deletions

2
snipt/fabfile.py vendored
View File

@ -18,7 +18,7 @@ def deployapp(m):
except:
pass
try:
local('git commit -am \'%s\'' % m)
local('git commit -a -m \'%s\'' % m)
except:
pass
local('hg push')