Fixed failing Content-Type tests.
[catagits/Gitalist.git] / lib / Gitalist / Git / Repository.pm
index 05ddc9f..0973a39 100644 (file)
@@ -74,7 +74,7 @@ class Gitalist::Git::Repository with Gitalist::Git::HasUtils {
                         lazy_build => 1 );
 
     method BUILD {
-        $self->$_() for qw/last_change owner description references/; # Ensure to build early.
+        $self->$_() for qw/last_change owner description /; # Ensure to build early.
     }
 
     ## Public methods