commit:     1fbaa4d40701f65661e8b56e12ba8370d649691e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 13:58:22 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 13:58:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbaa4d4

dev-db/etcd: Fix typo in src_test

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 dev-db/etcd/etcd-3.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/etcd/etcd-3.4.3.ebuild b/dev-db/etcd/etcd-3.4.3.ebuild
index 9bfd579a2ba..f43dd732266 100644
--- a/dev-db/etcd/etcd-3.4.3.ebuild
+++ b/dev-db/etcd/etcd-3.4.3.ebuild
@@ -81,6 +81,6 @@ src_install() {
 
 src_test() {
        pushd src/${EGO_PN} || die
-       GO111MODULES=off ./test || die
+       GO111MODULE=off ./test || die
        popd || die
 }

Reply via email to