summaryrefslogtreecommitdiff
path: root/plan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plan.sh')
-rw-r--r--plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plan.sh b/plan.sh
index 5e2bba2..c9455ab 100644
--- a/plan.sh
+++ b/plan.sh
@@ -1,7 +1,7 @@
add-plan ()
{
sed -i \
- -e /'{PLAN}'/'r '<(pandoc plan.md) \
+ -e /'{PLAN}'/'r '<(${pandoc} plan.md) \
-e /'{PLAN}'/'c\' \
$1
}