diff --git a/esphomeyaml/core_config.py b/esphomeyaml/core_config.py index 16405c5fc1..cbeea9e486 100644 --- a/esphomeyaml/core_config.py +++ b/esphomeyaml/core_config.py @@ -239,10 +239,7 @@ def update_esphomelib_repo(config): if rc != 0: _LOGGER.warn("Couldn't auto-update local git copy of esphomelib.") return - stdout = stdout.strip() - if 'Already up to date' in stdout: - return - safe_print(stdout) + safe_print(stdout.strip()) def to_code(config):