mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
home-manager: fix incorrect log message
This commit is contained in:
parent
043ba285c6
commit
07fd41171f
1 changed files with 1 additions and 1 deletions
|
@ -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