[lxc-devel] [lxd/master] init: Typo fix

stgraber on Github lxc-bot at linuxcontainers.org
Thu Sep 29 02:52:31 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160929/e81849ca/attachment.bin>
-------------- next part --------------
From dc64d8b126f8ec0f1406acee231b545723cc5713 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 28 Sep 2016 22:52:10 -0400
Subject: [PATCH] init: Typo fix
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/main.go b/lxd/main.go
index 07a1c47..56ef732 100644
--- a/lxd/main.go
+++ b/lxd/main.go
@@ -907,7 +907,7 @@ they otherwise would.
 				return networkValidAddressCIDRV4(value)
 			})
 
-			bridgeIPv6 = askString("What IPv4 subnet should be used (CIDR notation, “auto” or “none”) [default=auto]? ", "auto", func(value string) error {
+			bridgeIPv6 = askString("What IPv6 subnet should be used (CIDR notation, “auto” or “none”) [default=auto]? ", "auto", func(value string) error {
 				if shared.StringInSlice(value, []string{"auto", "none"}) {
 					return nil
 				}


More information about the lxc-devel mailing list