From d5574230e4219c00c56446b6217054d37224bbeb Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 5 Nov 2013 09:57:15 -0500 Subject: [PATCH] typo Signed-off-by: Shea Levy --- src/lib/Hydra/Schema/Builds.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Hydra/Schema/Builds.pm b/src/lib/Hydra/Schema/Builds.pm index 4c4a1a3e..6de55271 100644 --- a/src/lib/Hydra/Schema/Builds.pm +++ b/src/lib/Hydra/Schema/Builds.pm @@ -620,7 +620,7 @@ my %hint = ( ], eager_relations => { buildoutputs => 'name', - buildinputs => 'name' + buildinputs => 'name', buildproducts => 'productnr', } );