diff --git a/main.star b/main.star index 3855cfb82..a77d8cc61 100644 --- a/main.star +++ b/main.star @@ -55,7 +55,7 @@ def run(plan, args={}): """Launches an arbitrarily complex ethereum testnet based on the arguments provided Args: - arg: A YAML or JSON argument to configure the network; example https://github.com/kurtosis-tech/ethereum-package/blob/main/network_params.yaml + args: A YAML or JSON argument to configure the network; example https://github.com/kurtosis-tech/ethereum-package/blob/main/network_params.yaml """ args_with_right_defaults = input_parser.input_parser(plan, args)