Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Nov 4, 2022
1 parent 19f3ca4 commit df8025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ func (app *JackalApp) setupUpgradeHandlers() {

if upgradeInfo.Name == v2.UpgradeName {
storeUpgrades = &store.StoreUpgrades{
Deleted: []string{"storage", "sdig", "notifications", "filetreekeeper"},
Deleted: []string{"storage", "dsig", "notifications", "filetree"},
}
}

Expand Down

0 comments on commit df8025d

Please sign in to comment.