Skip to content

Commit

Permalink
fix: seeds (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm authored Feb 5, 2024
1 parent 1a616cf commit 39291fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/repo/seeds/contest.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Safira.Repo.Seeds.Contest do
end

defp seed_badges do
Badges.run(["data/badges.csv"])
Badges.run(["data/badges/badges.csv"])
end

defp seed_redeems do
Expand Down

0 comments on commit 39291fa

Please sign in to comment.