From 1fc388886f54e27def858aefca76542b257034fb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 9 Sep 2014 23:19:39 -0400 Subject: [PATCH] Hooks - Typos. --- scripts/hooks/on-add | 2 +- scripts/hooks/on-exit | 2 +- scripts/hooks/on-launch | 2 +- scripts/hooks/on-modify | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/hooks/on-add b/scripts/hooks/on-add index 2403dcbec..b1c79fef4 100755 --- a/scripts/hooks/on-add +++ b/scripts/hooks/on-add @@ -11,7 +11,7 @@ # - minimal new task: {"description":"Buy milk"} # - to modify a task include complete JSON # - all emitted non-JSON lines are considered feedback messages if the exit -# code is zero, otherwise they are considerederrors. +# code is zero, otherwise they are considered errors. read new_task diff --git a/scripts/hooks/on-exit b/scripts/hooks/on-exit index c9b65b77c..60e02d18a 100755 --- a/scripts/hooks/on-exit +++ b/scripts/hooks/on-exit @@ -9,7 +9,7 @@ # Output: # - any emitted JSON is ignored # - all emitted non-JSON lines are considered feedback messages if the exit -# code is zero, otherwise they are considerederrors. +# code is zero, otherwise they are considered errors. while read modified_task do diff --git a/scripts/hooks/on-launch b/scripts/hooks/on-launch index 27c793c58..b32c882a2 100755 --- a/scripts/hooks/on-launch +++ b/scripts/hooks/on-launch @@ -12,7 +12,7 @@ # - minimal new task: {"description":"Buy milk"} # - to modify a task include complete JSON # - all emitted non-JSON lines are considered feedback messages if the exit -# code is zero, otherwise they are considerederrors. +# code is zero, otherwise they are considered errors. echo 'on-launch' exit 0 diff --git a/scripts/hooks/on-modify b/scripts/hooks/on-modify index 3e410c607..a71521e41 100755 --- a/scripts/hooks/on-modify +++ b/scripts/hooks/on-modify @@ -12,7 +12,7 @@ # - minimal new task: {"description":"Buy milk"} # - to modify a task include complete JSON # - all emitted non-JSON lines are considered feedback messages if the exit -# code is zero, otherwise they are considerederrors. +# code is zero, otherwise they are considered errors. read original_task read modified_task