diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Or configure `temp-postgres` as a wrapper for [cargo-nextest](https://nexte.st/) experimental = ["wrapper-scripts"] [scripts.wrapper.temp-postgres] -command = 'temp-postgres' +command = 'temp-postgres --' [[profile.default.scripts]] platform = { host = 'cfg(unix)' } |