Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: vkost <[email protected]>
  • Loading branch information
vkost committed Jan 11, 2022
1 parent 706e582 commit afc9f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threadsd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func main() {
} else {
opts = append(opts, common.WithNetBadgerPersistence(*repo))
}
if announceAddrStr != nil {
if announceAddr != nil {
opts = append(opts, common.WithAnnounceAddr(announceAddr))
}
n, err := common.DefaultNetwork(opts...)
Expand Down

0 comments on commit afc9f08

Please sign in to comment.