Skip to content

Commit

Permalink
Enabled fetching of plugin list.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberarm committed Nov 24, 2014
1 parent bef62f7 commit eaf7d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jared/plugin_list.rb
Expand Up @@ -5,8 +5,8 @@ def initialize
end

def fetch
# list = open('https://raw.githubusercontent.com/cyberarm/jared-plugins/master/jared-plugins.json')
# File.open(@file, 'w') {|file| file.write list}
list = open('https://raw.githubusercontent.com/cyberarm/jared-plugins/master/jared-plugins.json').read
File.open(@file, 'w') {|file| file.write list}
end

def parse
Expand Down

0 comments on commit eaf7d12

Please sign in to comment.