Skip to content

Commit

Permalink
fix cmd_gen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Jun 20, 2020
1 parent f259559 commit 900b114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func main() {
}

// Post initial PR status.
if !pushToMaster && !compatValidatorsMap[validatorId][version] {
if !compatValidatorsMap[validatorId][version] {
if errs := postInitialStatus(h, validatorId, version); errs != nil {
log.Fatal(errs)
}
Expand Down

0 comments on commit 900b114

Please sign in to comment.