summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-30 10:24:26 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-30 10:24:26 +0200
commitff32f56c7bc6e63351b173d5d3f52b6e13d4d4ac (patch)
tree28944043bc06bd229b1683133fb4d6d98668246e /README.md
parent46a3d2ba70decd1931e13c190bfa49217e57718d (diff)
downloadtemp-postgres-ff32f56c7bc6e63351b173d5d3f52b6e13d4d4ac.tar.gz
Fix cargo-nextest example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7a7872..1703299 100644
--- a/README.md
+++ b/README.md
@@ -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)' }
Generated by cgit. See skreutz.com for my tech blog and contact information.