Skip to content
Snippets Groups Projects
Commit 03252bd8 authored by Егор Ивков's avatar Егор Ивков
Browse files

fix: use Path and PathBuf by default in all configs and args

this fixes the following bug:
```
picodata run --data-dir tmp/i1/
C> invalid socket path: tmp/i1//admin.sock
[supervisor:214288] no ipc message from child
[supervisor:214288] subprocess 214289 exited with code 1
```
parent 653a11a9
No related branches found
No related tags found
1 merge request!1035fix: use Path and PathBuf by default in all configs and args
Pipeline #41427 failed