From 586ce1a498f37fb621a566d87e5d6f28ecf23858 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 1 Nov 2011 22:46:59 -0400 Subject: [PATCH] Up --- snipt/fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/snipt/fabfile.py b/snipt/fabfile.py index 72517fc..2a3a7f1 100644 --- a/snipt/fabfile.py +++ b/snipt/fabfile.py @@ -18,6 +18,7 @@ def deployapp(m): except: pass try: + local('git add .') local('git commit -a -m \'%s\'' % m) except: pass