home-manager: fix typo

This commit is contained in:
Ruben Maher 2017-10-22 13:54:32 +10:30
parent 3346c7f455
commit e6574b3f9d

View file

@ -18,7 +18,7 @@ function errorEcho() {
function setConfigFile() {
if [[ -v HOME_MANAGER_CONFIG ]] ; then
if [[ ! -e "$HOME_MANAGER_CONFIG" ]] ; then
errorEcho "No configure file found at $HOME_MANAGER_CONFIG"
errorEcho "No configuration file found at $HOME_MANAGER_CONFIG"
exit 1
fi