Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve wording in Git Pull output (home-assistant#488)
Currently an example output is: ```sh Updating ed47959..2da4bb6 Fast-forward configuration.yaml | 1 + 1 file changed, 1 insertion(+) [Info] Check if something is changed [Info] Something has changed, check Home-Assistant config ``` For a while I thought the last line was an instruction to the user, especially since this config check seems to take the longest to complete. This PR improves the wording of the last two lines to make it clearer what's happening: ```sh Updating ed47959..2da4bb6 Fast-forward configuration.yaml | 1 + 1 file changed, 1 insertion(+) [Info] Checking if something has changed [Info] Something has changed, checking Home-Assistant config... ```
- Loading branch information