1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

home-manager: fix incorrect log message

This commit is contained in:
Robert Helgesson 2024-02-15 13:10:07 +01:00 committed by Mikilio
parent dddefab1ef
commit 09b7ad0f90
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

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
}