Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
👕 Corrects typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 19, 2018
1 parent 7a32a76 commit 00a2826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/rootfs/etc/cont-init.d/10-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# Require a secure password
if hass.config.has_value 'password' \
&& ! hass.config.is_safe_password 'password'; then
hass.die "Please choose a different SSH password, this one is unsafe!"
hass.die "Please choose a different password, this one is unsafe!"
fi

# Check SSL requirements, if enabled
Expand Down

0 comments on commit 00a2826

Please sign in to comment.