Skip to content

Commit

Permalink
Remove CPAN from missing task
Browse files Browse the repository at this point in the history
#1961 causing issues
  • Loading branch information
andrew committed Feb 7, 2018
1 parent 27b05d2 commit 9c6d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/projects.rake
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace :projects do
desc 'Download missing packages'
task download_missing: :environment do
exit if ENV['READ_ONLY'].present?
['Alcatraz', 'Atom', 'Bower', 'Cargo', 'Clojars', 'CocoaPods', 'CPAN', 'CRAN',
['Alcatraz', 'Atom', 'Bower', 'Cargo', 'Clojars', 'CocoaPods', 'CRAN',
'Dub', 'Elm', 'Emacs', 'Hackage', 'Haxelib', 'Hex', 'Homebrew', 'Inqlude',
'Julia', 'NPM', 'Packagist', 'Pypi', 'Rubygems'].each do |platform|
"PackageManager::#{platform}".constantize.import_new_async
Expand Down

0 comments on commit 9c6d0f9

Please sign in to comment.