lib/fontist/import/google_check.rb in fontist-1.7.3 vs lib/fontist/import/google_check.rb in fontist-1.8.1
- old
+ new
@@ -10,10 +10,10 @@
end
private
def fetch_formulas
- Formulas.fetch_formulas
+ Formula.update_formulas_repo
end
def new_fonts
Fontist::Import::Google::NewFontsFetcher.new(logging: true).call
end