summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-03-17 11:07:56 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-03-17 11:08:32 -0500
commit21ef545abcf3d718072b404422203b039ab81c10 (patch)
treea2518a2c601ad72eea2809cdbfd8c6003e8aaed3 /doc/appendix
parent70e0348a4585de4fa95d31eab218d96bfbcd3928 (diff)
downloadbcfg2-21ef545abcf3d718072b404422203b039ab81c10.tar.gz
bcfg2-21ef545abcf3d718072b404422203b039ab81c10.tar.bz2
bcfg2-21ef545abcf3d718072b404422203b039ab81c10.zip
doc: Fix group name (reported by Leonw on IRC)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/ubuntu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt
index d85c34b02..f72247220 100644
--- a/doc/appendix/guides/ubuntu.txt
+++ b/doc/appendix/guides/ubuntu.txt
@@ -154,7 +154,7 @@ Create Packages layout (as per :ref:`packages-exampleusage`) in
[global]
root@lucid:~# cat /var/lib/bcfg2/Packages/sources.xml
<Sources>
- <Group name="lucid">
+ <Group name="ubuntu-lucid">
<Source type="apt" url="http://archive.ubuntu.com/ubuntu" version="lucid">
<Component>main</Component>
<Component>multiverse</Component>