Use American English spelling throughout

This commit is contained in:
2026-09-15 11:46:08 -07:00
parent 1765b31d5e
commit eb1ccc415e
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ Flags:
if err != nil {
return err
}
summarise(plan, res, log)
summarize(plan, res, log)
return nil
}
@@ -171,7 +171,7 @@ func describe(p config.Plan, log deploy.Log) {
}
}
func summarise(p config.Plan, r *deploy.Result, log deploy.Log) {
func summarize(p config.Plan, r *deploy.Result, log deploy.Log) {
log.Step("done")
if p.Local {
log.Info("webmail http://%s", p.WebmailBind)