Skip to content

Commit

Permalink
Merge pull request #8134 from filecoin-project/asr/backport
Browse files Browse the repository at this point in the history
typo in  variable name
  • Loading branch information
arajasek authored Feb 17, 2022
2 parents 9df5ce1 + ae7e5f4 commit c6c5cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-seal-worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,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") {
Expand Down

0 comments on commit c6c5cdd

Please sign in to comment.