diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-02-03 09:22:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-02-05 00:21:27 +0100 |
commit | 8b3dc5cf0e129fc61b6eaa711897f61afc0fe45a (patch) | |
tree | 46265eb8d416fc32eded8d3222b8df5a47d65e3e /doc | |
parent | da355a67a03cd4f2c21ff4a380088cdb5ba359de (diff) | |
download | patches-8b3dc5cf0e129fc61b6eaa711897f61afc0fe45a.tar patches-8b3dc5cf0e129fc61b6eaa711897f61afc0fe45a.tar.gz |
doc: Fix typo in channel example.
* doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in
example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 956c25ba9e..57e4846013 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4158,7 +4158,7 @@ say, on another machine, by providing a channel specification in (channel (name 'my-personal-packages) (url "https://example.org/personal-packages.git") - (branch "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb"))) + (commit "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb"))) @end lisp The @command{guix describe --format=channels} command can even generate this |