Skip to content

Commit 76e0e1f

Browse files
committed
nix: fix sleep default on postgrest-with-pgrst
The sleep was always applying since it had a default.
1 parent b8ca1bb commit 76e0e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/tools/withTools.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ let
364364
"ARG_LEFTOVERS([command arguments])"
365365
"ARG_OPTIONAL_SINGLE([monitor], [m], [Enable CPU and memory monitoring of the PostgREST process and output to the designated file as markdown])"
366366
"ARG_OPTIONAL_SINGLE([timeout], [t], [Maximum time to wait for PostgREST to be ready], [5])"
367-
"ARG_OPTIONAL_SINGLE([sleep], [s], [Sleep time after PostgREST is ready, this is useful for monitoring], [0])"
367+
"ARG_OPTIONAL_SINGLE([sleep], [s], [Sleep time after PostgREST is ready, this is useful for monitoring])"
368368
"ARG_USE_ENV([PGRST_CMD], [], [PostgREST executable to run])"
369369
];
370370
positionalCompletion = "_command";

0 commit comments

Comments
 (0)