summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-10-06 20:47:56 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-10-07 03:13:11 +0000
commit2b85808e451f9abdc87d7fb7120f8cd6d00685d9 (patch)
tree05c8f350d492d266b943af350f00de735d41f1dd /bin/doccheckin
parentdf6eb3e78d30692d0c1528151149c618d8535da8 (diff)
downloaddotfiles-2b85808e451f9abdc87d7fb7120f8cd6d00685d9.tar.gz
fix git add line in doccheckin
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 0c984d90..3a2e8f1c 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/*.{md,bib} playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
+git add org/{philos/,/}*.org papers/*.{md,bib} 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