diff --git a/pkg/cmd/ls/ls.go b/pkg/cmd/ls/ls.go index 7c98d771..d24cd788 100644 --- a/pkg/cmd/ls/ls.go +++ b/pkg/cmd/ls/ls.go @@ -186,7 +186,7 @@ func RunLs(t *terminal.Terminal, lsStore LsStore, args []string, orgflag string, func handleLsArg(ls *Ls, arg string, user *entity.User, org *entity.Organization, showAll bool) error { // todo refactor this to cmd.register switch { - case util.IsSingularOrPlural(arg, "org") || util.IsSingularOrPlural(arg, "orgisation"): + case util.IsSingularOrPlural(arg, "org") || util.IsSingularOrPlural(arg, "organization"): // Handle organizations if err := ls.RunOrgs(); err != nil { return breverrors.WrapAndTrace(err)