Commit 057502d
fix(cli): resolve --db-dir to absolute path before passing to Datomic
Datomic requires absolute paths for storage-dir. The default path was
already resolved to absolute, but user-supplied --db-dir values were
passed through as-is, causing Datomic to error on relative paths.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0bed6f9 commit 057502d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments