Skip to content

Commit

Permalink
Correct task name from import:fay to import:fey
Browse files Browse the repository at this point in the history
  • Loading branch information
wildjcrt committed Sep 8, 2024
1 parent 3fe282f commit 0e8aeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/import.rake
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace :import do
end

desc "從 g0v/amis-moedict 下的 docs/p 檔案匯入方敏英字典"
task fay: :environment do
task fey: :environment do
dictionary = Dictionary.find_by(name: "方敏英字典")

Dir.glob("tmp/dict/p/*.json").each do |filename|
Expand Down

0 comments on commit 0e8aeee

Please sign in to comment.