docs: don't call execute("bin_name_str") (#916)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user