Skip to content

Commit

Permalink
Fix typo and add .xprocess to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Feb 20, 2019
1 parent a7ef8a5 commit cffc957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ travis_wait*

README.html
pip-wheel-metadata
.xprocess
2 changes: 1 addition & 1 deletion homeassistant_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _default_token() -> Optional[str]:
'-s',
help=(
'The server URL or `auto` for automatic detection. Can also be set '
'with he environment variable HASS_SERVER.'
'with the environment variable HASS_SERVER.'
),
default="auto",
show_default=True,
Expand Down

0 comments on commit cffc957

Please sign in to comment.