summaryrefslogtreecommitdiff
path: root/remoteusage.mdwn
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2010-05-13 15:12:37 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2010-05-13 15:12:37 -0400
commit9c27922986ea4e9760c33dcc964e2fb6e545d3ed (patch)
tree29386c67543e3f7e649c6259f90151fca5e17f3c /remoteusage.mdwn
parentb5ec758859597ae6e61c9d452b9292994fcb08ed (diff)
And another indentation.
I really am growing to hate the way emacs markdown mode uses tabs. I will start previewing this locally from now on.
Diffstat (limited to 'remoteusage.mdwn')
-rw-r--r--remoteusage.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn
index 147138c..fd6ecdf 100644
--- a/remoteusage.mdwn
+++ b/remoteusage.mdwn
@@ -59,7 +59,7 @@ be necessary in the furture.
notmuch_run ()
{
if [ $1 = "search" ]; then
- $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do
+ $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do
sleep 0.1
echo "${line}"
done