mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
guix package: Fix typo in comment.
* guix/scripts/package.scm: Fix typo.
This commit is contained in:
parent
9625029401
commit
38fa30eb95
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ (define (delete-matching-generations store profile pattern)
|
|||
"Delete from PROFILE all the generations matching PATTERN. PATTERN must be
|
||||
a string denoting a set of generations: the empty list means \"all generations
|
||||
but the current one\", a number designates a generation, and other patterns
|
||||
denote ranges as interpreted by 'matching-derivations'."
|
||||
denote ranges as interpreted by 'matching-generations'."
|
||||
(let ((current (generation-number profile)))
|
||||
(cond ((not (file-exists? profile)) ; XXX: race condition
|
||||
(raise (condition (&profile-not-found-error
|
||||
|
|
Loading…
Reference in a new issue