diff options
author | Andreas Enge <andreas@enge.fr> | 2016-01-24 23:25:38 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-01-24 23:25:38 +0100 |
commit | 74273b6f2d5c39a61d9ec12827c4c018723cdf76 (patch) | |
tree | c180e559d29951b78aa483b773fd2efb9b52b3ce /doc | |
parent | 447f3ae7c193bf330419886d18e2da62fabab093 (diff) | |
download | guix-74273b6f2d5c39a61d9ec12827c4c018723cdf76.tar guix-74273b6f2d5c39a61d9ec12827c4c018723cdf76.tar.gz |
doc: Fix typo in section on offloading.
* doc/guix.texi (Daemon Offload Setup): Fix quoting typo in command.
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 4ce6ef51e0..fce411c61c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -769,7 +769,7 @@ machines, since offloading works by invoking the @code{guix archive} and this is the case by running: @example -lsh build-machine guile -c '(use-modules (guix config))' +lsh build-machine guile -c "'(use-modules (guix config))'" @end example There's one last thing to do once @file{machines.scm} is in place. As |