From f668a884853ef40560d6d13b18e68a280cda5bf9 Mon Sep 17 00:00:00 2001 From: Maggi Trymbill Date: Tue, 16 Aug 2016 18:24:37 -0700 Subject: [PATCH] Fixed typo (#2856) Pretty sure this is a typo ... it made finding the plist and logs a bit of a headache for me at least :) --- homeassistant/scripts/macos/launchd.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/scripts/macos/launchd.plist b/homeassistant/scripts/macos/launchd.plist index 50bc18e3e38..b65cdac7439 100644 --- a/homeassistant/scripts/macos/launchd.plist +++ b/homeassistant/scripts/macos/launchd.plist @@ -3,7 +3,7 @@ Label - org.homeassitant + org.homeassistant EnvironmentVariables @@ -27,10 +27,10 @@ StandardErrorPath - /Users/$USER$/Library/Logs/homeassitant.log + /Users/$USER$/Library/Logs/homeassistant.log StandardOutPath - /Users/$USER$/Library/Logs/homeassitant.log + /Users/$USER$/Library/Logs/homeassistant.log