typo in variable name
This commit is contained in:
parent
9df5ce1fb7
commit
ae7e5f4b2c
@ -283,7 +283,7 @@ var runCmd = &cli.Command{
|
|||||||
if cctx.Bool("commit") {
|
if cctx.Bool("commit") {
|
||||||
taskTypes = append(taskTypes, sealtasks.TTCommit2)
|
taskTypes = append(taskTypes, sealtasks.TTCommit2)
|
||||||
}
|
}
|
||||||
if cctx.Bool("replicaupdate") {
|
if cctx.Bool("replica-update") {
|
||||||
taskTypes = append(taskTypes, sealtasks.TTReplicaUpdate)
|
taskTypes = append(taskTypes, sealtasks.TTReplicaUpdate)
|
||||||
}
|
}
|
||||||
if cctx.Bool("prove-replica-update2") {
|
if cctx.Bool("prove-replica-update2") {
|
||||||
|
Loading…
Reference in New Issue
Block a user