summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-15 21:10:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-05-15 21:10:30 -0700
commite92038ee8f44ecbf89e2d0a951c7ceab80b73392 (patch)
tree23f01f48ab198701dab11c6e72ff0648d06c2cdf /bin/doccheckin
parent6bc400d5623c5f9cb9deac57c0415fd5651e3afc (diff)
downloaddotfiles-e92038ee8f44ecbf89e2d0a951c7ceab80b73392.tar.gz
doccheckin ~/doc/pres
Diffstat (limited to 'bin/doccheckin')
-rwxr-xr-xbin/doccheckin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doccheckin b/bin/doccheckin
index d3fe139c..ba42b8bc 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -10,7 +10,7 @@ if [[ $gstatus =~ 'You have unmerged paths.' ]]; then
fi
# this command should never fail and stop mr
-git add org/{philos/,/}*.org papers/*.{org,md,bib} playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
+git add org/{philos/,/}*.org papers/*.{org,md,bib} pres/*.md playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
# this command should never fail and stop mr
git commit -a -m "auto commit on $(hostname -s)" || true