From ec1542a4c72175a5b344f45e8e1c50a86b4009d1 Mon Sep 17 00:00:00 2001
From: Jeffrey Stone <thejeffreystone@gmail.com>
Date: Sat, 26 Oct 2019 18:58:43 -0400
Subject: [PATCH] wordsmithing...again.

---
 packages/notify.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/notify.yaml b/packages/notify.yaml
index 4856d76..4c35a4d 100755
--- a/packages/notify.yaml
+++ b/packages/notify.yaml
@@ -423,8 +423,8 @@ script:
 
           {%- macro dark_outside() -%}
             {{ [
-                'The sun is offically down. Exterior Cameras are now motion acivated.',
-                'The sun has been ushered off the stage. I have activated the perimiter cameras.',
+                'The sun is officially down. Exterior Cameras are now motion acivated.',
+                'The sun has been ushered off the stage. I have armed the perimiter cameras.',
                 'You are running out of daylight. Time to wrap up any outisde chores.',
                 'Switching to night mode! '
             ]|random }}
@@ -634,7 +634,8 @@ script:
             {% else %}
               {{ [ "The garage door is closed. ",
                 "The cargo hold is sealed. ",
-                "Looks like the garage has been secured for."
+                "Looks like the garage has been secured.",
+                "The pod bay doors are closed. Do not ask me to open them."
               ] | random }}
             {% endif %} 
           {% endmacro %}