diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 324d4d51..7f1f6d82 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ To add a new `step` to `topgrade`: // Invoke the new step to get things updated! ctx.run_type() - .execute("xxx") + .execute(xxx) .arg(/* args required by this step */) .status_checked() }