chute: stop-at-percent -> stop-percentile

This commit is contained in:
Peter Selby 2021-12-22 12:18:39 -08:00
parent b531a4ff52
commit ff51d1d3da
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ let
execStart = let
jabber-string = optionalString (stageOpts.jabber-jid != null && stageOpts.jabber-target != null)
"--jabber-jid=${stageOpts.jabber-jid} --target-jid=${stageOpts.jabber-target}";
in "chute --currency=${currency} --stop-at-percent=${toString currencyOpts.stop-at-percent} ${jabber-string}";
in "chute --currency=${currency} --stop-at-percent=${toString currencyOpts.stop-percentile} ${jabber-string}";
privateNetwork = false;
addressFamilies = [ "AF_INET" ];
memoryDenyWriteExecute = false; # Needed becuz Clojure