Skip to content

Commit 769aeb3

Browse files
committed
update: 逆でした・・・
1 parent 984824d commit 769aeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ func main() {
3232
cloudprovider.RegisterCloudProvider("haproxy", func(config io.Reader) (cloudprovider.Interface, error) {
3333
return &controllers.Provider{
3434
HAproxyClient: &haproxyv3.Client{
35-
Credential: *haproxyBaseUrl,
36-
BaseUrl: haproxyAuth,
35+
Credential: haproxyAuth,
36+
BaseUrl: *haproxyBaseUrl,
3737
},
3838
}, nil
3939
})

0 commit comments

Comments
 (0)