home-manager: fix typo
This commit is contained in:
parent
3346c7f455
commit
5605e46acb
|
@ -18,7 +18,7 @@ function errorEcho() {
|
||||||
function setConfigFile() {
|
function setConfigFile() {
|
||||||
if [[ -v HOME_MANAGER_CONFIG ]] ; then
|
if [[ -v HOME_MANAGER_CONFIG ]] ; then
|
||||||
if [[ ! -e "$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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue