[lxc-devel] [distrobuilder/master] Fix example command in index.md

muir on Github lxc-bot at linuxcontainers.org
Sun Jan 19 02:56:14 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 366 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200118/970479e2/attachment.bin>
-------------- next part --------------
From 1942dbabb00c4fa3f55abb4160c3021eadb4d73a Mon Sep 17 00:00:00 2001
From: David Sharnoff <github at dave.sharnoff.org>
Date: Sat, 18 Jan 2020 18:55:58 -0800
Subject: [PATCH] Fix example command in index.md

Signed-off-by: David Sharnoff <github at dave.sharnoff.org>
---
 doc/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/index.md b/doc/index.md
index 4b97a76..a06a57d 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -83,7 +83,7 @@ cd $HOME/ContainerImages/ubuntu/
 Then, copy one of the example yaml configuration files for container images into this directory. In this example, we are creating an Ubuntu container image.
 
 ```
-cp $HOME/go/src/github.com/lxc/distrobuilder/doc/examples/ubuntu ubuntu.yaml
+cp $HOME/go/src/github.com/lxc/distrobuilder/doc/examples/ubuntu.yaml ubuntu.yaml
 ```
 
 Finally, run `distrobuilder` to create the container image. We are using the `build-lxd` option to create a container image for LXD.


More information about the lxc-devel mailing list