From 1e4adfc447fbbd24444ab9c563c0cabfc10db2ed Mon Sep 17 00:00:00 2001 From: Paul Eden Date: Mon, 28 Jul 2008 21:24:41 -0700 Subject: [PATCH] updated --- mindmaps | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mindmaps b/mindmaps index c11665e..b32376e 100755 --- a/mindmaps +++ b/mindmaps @@ -19,9 +19,8 @@ def runbool(cmd): def update_mindmaps(sync_w_s3=True): os.chdir("/home/paul/Desktop/mm") - if runbool("git status"): - run("git add *") - run("git commit -a") + run("git add *") + run("git commit -a") if sync_w_s3: run("s3cmd sync . s3://pe_mindmaps") -- 2.11.4.GIT