Skip to content

Commit d88d7be

Browse files
committed
linting
1 parent 6a99a37 commit d88d7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (r *RootCmd) currentOrganization() *clibase.Cmd {
7171
if err != nil {
7272
return err
7373
}
74-
_, err = fmt.Fprintf(inv.Stdout, out)
74+
_, _ = fmt.Fprintf(inv.Stdout, out)
7575
}
7676
return nil
7777
},

0 commit comments

Comments
 (0)