Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asideofcode-dev committed Aug 14, 2024
1 parent 43ec897 commit 8a1ff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/ls/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8a1ff54

Please sign in to comment.