Skip to content

Commit

Permalink
[1760]: Fix comment grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed May 15, 2024
1 parent cea6659 commit f160d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/provenanced/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func fixTxWasmInstantiate2Aliases(rootCmd *cobra.Command) {
return
}

// Go through all the aliases and makes sure they end with a "2"
// Go through all the aliases and make sure they end with a "2"
for i, alias := range cmd.Aliases {
if !strings.HasSuffix(alias, "2") {
cmd.Aliases[i] = alias + "2"
Expand Down

0 comments on commit f160d3b

Please sign in to comment.