home-manager: fix typo

This commit is contained in:
Ruben Maher
2017-10-22 13:54:32 +10:30
committed by Nikita Uvarov
parent 3346c7f455
commit 5605e46acb

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