Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Feb 4, 2025
1 parent e75f073 commit 9e56863
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/repo/tdms_seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ alias Datum.DataOrigin
owned_by: admin.id,
type: :duckdb,
config: %DataOrigin.Origin.DuckDBConfig{
path: Path.join("#{__MODULE__}", "test_db.duckdb")
path: Path.join("#{__DIR__}", "test_db.duckdb")
}
})

Expand Down
Binary file added priv/repo/test_db.duckdb
Binary file not shown.

0 comments on commit 9e56863

Please sign in to comment.