Skip to content

Commit

Permalink
Merge pull request #8135 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 81d2fd6 + f6e545b commit 8c0b4a5
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 8c0b4a5

Please sign in to comment.