Skip to content

Commit

Permalink
style: short CloudI shoulda been i
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Jan 16, 2025
1 parent c9ed52e commit f1ccccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/cf-executor/cg/cg.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ type CG struct {

const apiRootURLDefault = "https://api.fr.cloud.gov"

func New(a CloudI, o *Opts) (*CG, error) {
func New(i CloudI, o *Opts) (*CG, error) {
if o == nil {
o = &Opts{CredI: EnvCredsGetter{}}
}
cg := &CG{a, o}
cg := &CG{i, o}
return cg.Connect()
}

Expand Down

0 comments on commit f1ccccf

Please sign in to comment.