typo in variable name

This commit is contained in:
Jennifer Wang 2022-02-16 19:31:45 -05:00
parent 7fd4c9617d
commit 43c0344fb2

View File

@ -278,7 +278,7 @@ var runCmd = &cli.Command{
if cctx.Bool("commit") {
taskTypes = append(taskTypes, sealtasks.TTCommit2)
}
if cctx.Bool("replicaupdate") {
if cctx.Bool("replica-update") {
taskTypes = append(taskTypes, sealtasks.TTReplicaUpdate)
}
if cctx.Bool("prove-replica-update2") {