The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2593
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From e65cd44576185266eff6b50fd538921a55c0c2c5 Mon Sep 17 00:00:00 2001 From: Vahe Khachikyan <v...@live.ca> Date: Fri, 4 Nov 2016 14:56:08 -0400 Subject: [PATCH] Fixed minor typo in checkNetwork error message --- lxc/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/init.go b/lxc/init.go index 315fa71..8da683d 100644 --- a/lxc/init.go +++ b/lxc/init.go @@ -312,5 +312,5 @@ func (c *initCmd) checkNetwork(d *lxd.Client, name string) { fmt.Fprintf(os.Stderr, "\n"+i18n.G("The container you are starting doesn’t have any network attached to it.")+"\n") fmt.Fprintf(os.Stderr, " "+i18n.G("To create a new network, use: lxc network create")+"\n") - fmt.Fprintf(os.Stderr, " "+i18n.G("To assign a network to a container, use: lxc network assign")+"\n\n") + fmt.Fprintf(os.Stderr, " "+i18n.G("To assign a network to a container, use: lxc network attach")+"\n\n") }
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel