home-manager: fix incorrect log message

This commit is contained in:
Robert Helgesson 2024-02-15 13:10:07 +01:00
parent 043ba285c6
commit 07fd41171f
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
1 changed files with 1 additions and 1 deletions

View File

@ -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
}