diff --git a/README.rst b/README.rst index be7b176..ff247c8 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,7 @@ Features * supports limiting the maximum number of runners created for each workflow run * supports efficient GitHub API usage using HTTP caching and conditional requests * supports meta labels to keep your job label list short +* supports estimating the cost of a job, a run, or a set of runsĀ  ================= Table of Contents @@ -98,7 +99,6 @@ Table of Contents * `Scaling Down Runners `_ * `Handling Failing Conditions `_ * `Meta Labels `_ -* `Estimating Costs `_ * `Program Options `_ =========== diff --git a/testflows/github/hetzner/runners/estimate.py b/testflows/github/hetzner/runners/estimate.py index 6b2e9fb..196faf1 100644 --- a/testflows/github/hetzner/runners/estimate.py +++ b/testflows/github/hetzner/runners/estimate.py @@ -284,7 +284,7 @@ def workflow_run( worst_estimate, best_estimate, ) = get_estimate_for_jobs( - jobs_writer, jobs, server_prices, args.ipv4_price, args.ipv6_price, indent=2 + jobs_writer, jobs, server_prices, args.ipv4_price, args.ipv6_price ) workflow_totals = {}