Skip to content

Commit f9695ca

Browse files
committed
Merge pull request #80 from id774/issue71
Fix commit leakage
2 parents e01c33d + 1ca1dff commit f9695ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/filter/ignore.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Name:: Automatic::Plugin::Filter::Ignore
33
# Author:: 774 <http://id774.net>
44
# Created:: Feb 22, 2012
5-
# Updated:: Oct 15, 2013
6-
# Copyright:: Copyright (c) 2012-2013 Automatic Ruby Developers.
5+
# Updated:: Feb 21, 2014
6+
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
77
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
88

99
module Automatic::Plugin
@@ -22,7 +22,7 @@ def run
2222
new_feeds << items if exclude(items) == false
2323
}
2424
end
25-
@return_feeds << Automatic::FeedParser.create(new_feeds) if new_feeds.length > 0
25+
@return_feeds << Automatic::FeedMaker.create_pipeline(new_feeds) if new_feeds.length > 0
2626
}
2727
@return_feeds
2828
end

0 commit comments

Comments
 (0)