1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

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 :)
This commit is contained in:
Maggi Trymbill 2016-08-16 18:24:37 -07:00 committed by Robbie Trencheny
parent 72fc526ee8
commit f668a88485

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.homeassitant</string>
<string>org.homeassistant</string>
<key>EnvironmentVariables</key>
<dict>
@ -27,10 +27,10 @@
</dict>
<key>StandardErrorPath</key>
<string>/Users/$USER$/Library/Logs/homeassitant.log</string>
<string>/Users/$USER$/Library/Logs/homeassistant.log</string>
<key>StandardOutPath</key>
<string>/Users/$USER$/Library/Logs/homeassitant.log</string>
<string>/Users/$USER$/Library/Logs/homeassistant.log</string>
</dict>
</plist>