Skip to content

Commit

Permalink
Update task description
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed May 19, 2023
1 parent 333d76f commit 30e7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/tracks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace :tracks do
end
end

desc "Import tracks and subjects from the lib/tracks.yml file"
desc "Print info on what tracks and subjects will be imported when running the import:subjects task"
task dry_run: :environment do
tracks_info = YAML.load_file(Rails.root + "lib/tracks.yml")
tracks_info["tracks"].each_pair do |k, v|
Expand Down

0 comments on commit 30e7967

Please sign in to comment.