mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
profiles: Fix typo in exports.
* guix/profiles.scm (&profile-collistion-error): Fix typo in export list.
This commit is contained in:
parent
2e2b8635b9
commit
fdc4f665dc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ (define-module (guix profiles)
|
|||
profile-error-profile
|
||||
&profile-not-found-error
|
||||
profile-not-found-error?
|
||||
&profile-collistion-error
|
||||
&profile-collision-error
|
||||
profile-collision-error?
|
||||
profile-collision-error-entry
|
||||
profile-collision-error-conflict
|
||||
|
|
Loading…
Reference in a new issue