From 8800da5617c7816c15a6f80cf4797952da339dcd Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 31 Oct 2011 18:35:49 -0400 Subject: [PATCH] fab update --- snipt/fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipt/fabfile.py b/snipt/fabfile.py index 9bb8ad8..72517fc 100644 --- a/snipt/fabfile.py +++ b/snipt/fabfile.py @@ -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')