Browse Source

Updated the pull-email-capture script

Samuel W. Flint 7 years ago
parent
commit
f65d24d3c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pull-email-capture

+ 2 - 2
pull-email-capture

@@ -2,6 +2,6 @@
 
 fetchmail
 
-cd ~/org
-git add email-capture.org
+cd ~/org || exit 1
+git add email-capture.org email-data
 git commit -m "Pulled Emails for Capture"