From 6c1adf8f7cf5881072b63f677b89687ed5a934f9 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Fri, 14 Oct 2011 12:28:28 -0700 Subject: [PATCH] Fix spelling of thin-manifests option. Currently not causing any issues due to use-manifests being in lenient mode, but should sort this prior. BUG=chromium-os:11308 TEST=repoman manifest a pkg, check the results Change-Id: I8006fb04ba84cef372881d6d684b35fe99d30f06 Reviewed-on: http://gerrit.chromium.org/gerrit/10122 Reviewed-by: David James Commit-Ready: Brian Harring Reviewed-by: Brian Harring Tested-by: Brian Harring --- .../src/third_party/portage-stable/metadata/layout.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/metadata/layout.conf b/sdk_container/src/third_party/portage-stable/metadata/layout.conf index 854b0beda8..63c9d88b10 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/layout.conf +++ b/sdk_container/src/third_party/portage-stable/metadata/layout.conf @@ -1,3 +1,3 @@ masters = gentoo portage-stable chromiumos use-manifests = true -thin-manifest = true +thin-manifests = true