diff options
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index b858ef806a..76bc1945f5 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -2033,7 +2033,7 @@ warnings, especially those about use of undefined symbols. Make sure your changes do not break Guix and simulate a @command{guix pull} with: @example -guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master +guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication @end example @end enumerate |