The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3260
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 2675568463d437d67148b8aca157170b08e27137 Mon Sep 17 00:00:00 2001 From: anatoly techtonik <[email protected]> Date: Mon, 1 May 2017 18:42:47 +0300 Subject: [PATCH] Update packages on get (fixes #3243) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd9fbdc..c7d927a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ get the code, set up your go environment: And then download it as usual: - go get github.com/lxc/lxd + go get -u github.com/lxc/lxd cd $GOPATH/src/github.com/lxc/lxd make
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
