Skip to content

Commit b997c30

Browse files
authored
Merge pull request #64 from outscale-hmi/updateAccessConf
Remove wrong setting of Profile
2 parents 310dd64 + 50b6bff commit b997c30

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

builder/osc/common/access_config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ func (c *AccessConfig) NewOSCClient() (*osc.APIClient, error) {
9393
}
9494
}
9595

96-
if c.ProfileName == "" {
97-
c.ProfileName = "~/.osc/config.json"
98-
}
99-
10096
return c.NewOSCClientByRegion(c.RawRegion), nil
10197
}
10298

0 commit comments

Comments
 (0)