Merge pull request #882 from coreos-inc/typofix

Fix typo
This commit is contained in:
josephschorr 2015-11-16 07:26:31 +01:00
commit a2001afb1f

View file

@ -57,7 +57,7 @@ angular.module('quay').directive('repoPanelTags', function () {
allTags.push(tagInfo);
if (!$scope.options.tagFilter || tagfOf($scope.options.tagFilter) >= 0 ||
if (!$scope.options.tagFilter || tag.indexOf($scope.options.tagFilter) >= 0 ||
tagInfo.image_id.indexOf($scope.options.tagFilter) >= 0) {
tags.push(tagInfo);
}