The jekyll-import gem provides Jekyll::Commands::Import, not Jekyll::Commands::Migrate.
This commit is contained in:
parent
28a074ff7a
commit
82f29bb627
|
@ -71,6 +71,6 @@ command :import do |c|
|
||||||
puts "You must install the 'jekyll-import' gem before continuing."
|
puts "You must install the 'jekyll-import' gem before continuing."
|
||||||
exit(-1)
|
exit(-1)
|
||||||
end
|
end
|
||||||
Jekyll::Commands::Migrate.process(args.first, options)
|
Jekyll::Commands::Import.process(args.first, options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue