home-manager: fix incorrect log message
This commit is contained in:
parent
043ba285c6
commit
07fd41171f
|
@ -154,7 +154,7 @@ function setHomeManagerPathVariables() {
|
|||
declare -gr HM_PROFILE_DIR="$globalProfilesDir"
|
||||
else
|
||||
_iError 'Could not find suitable profile directory, tried %s and %s' \
|
||||
"$HM_STATE_DIR/profiles" "$globalProfilesDir" >&2
|
||||
"$userNixStateDir/profiles" "$globalProfilesDir" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue