1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-16 11:38:31 +02:00

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
No known key found for this signature in database
GPG Key ID: F7A5FB3A7C10EF96

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