mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
profiles: Fix typo in manifest comment.
* guix/build/profiles.scm (build-profile): Fix typo.
This commit is contained in:
parent
ce2ba3431a
commit
e8fc373900
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ (define manifest-file
|
|||
(display "\
|
||||
;; This file was automatically generated and is for internal use only.
|
||||
;; It cannot be passed to the '--manifest' option.
|
||||
;; Run 'guix package --export-manifest' if to export a file suitable
|
||||
;; for '--manifest'.\n\n"
|
||||
;; Run 'guix package --export-manifest' if you want to export a file
|
||||
;; suitable for '--manifest'.\n\n"
|
||||
p)
|
||||
(pretty-print manifest p)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue