From f1c187198cb784166120514e61799c4429b8443b Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 5 Nov 2013 12:39:55 -0500 Subject: [PATCH] Stupid capitalization scheme Signed-off-by: Shea Levy --- src/lib/Hydra/Schema/BuildProducts.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Hydra/Schema/BuildProducts.pm b/src/lib/Hydra/Schema/BuildProducts.pm index 1ab22493..31b0c1e4 100644 --- a/src/lib/Hydra/Schema/BuildProducts.pm +++ b/src/lib/Hydra/Schema/BuildProducts.pm @@ -158,12 +158,12 @@ my %hint = ( 'type', 'subtype', 'name', - 'fileSize', + 'filesize', 'sha1hash', 'sha256hash', 'description', 'path', - 'defaultPath' + 'defaultpath' ], );