fix the name of 'do' (#2152)

* fix the name of 'do'

* try to fix ci
This commit is contained in:
Jonathan Turner
2020-07-10 22:09:05 -07:00
committed by GitHub
parent 0bc2e29f99
commit 3ec0242960
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ impl WholeStreamCommand for Do {
}
fn signature(&self) -> Signature {
Signature::build("with-env")
Signature::build("do")
.required("block", SyntaxShape::Block, "the block to run ")
.switch(
"ignore_errors",