1 files changed, 1 insertions(+), 1 deletions(-)
M rtm/rtm.py
M rtm/rtm.py => rtm/rtm.py +1 -1
@@ 284,7 284,7 @@ def validate_config(config):
if not os.path.exists(config["host_key"]):
logging.error("host key '{}' does not exist"
.format(config["host_key"]))
- sys.exist(1)
+ sys.exit(1)
if config["exclude_file"] is not None:
if not os.path.exists(config["exclude_file"]):