Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 25, 2024
1 parent 0bfc8b8 commit 9eef1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/migration_generator/migration_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ defmodule AshPostgres.MigrationGenerator do
# Copied from ecto's mix task, thanks Ecto ❤️
config = repo.config()

if snapshot_path = opts[:snapshots_path] do
if snapshot_path = config[:snapshots_path] do
snapshot_path
else
priv =
Expand Down

0 comments on commit 9eef1f4

Please sign in to comment.