Skip to content

Commit

Permalink
Update octopusdeploy/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 authored Oct 16, 2023
1 parent 49e1b33 commit cf2d333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (c *Config) Client() (*client.Client, diag.Diagnostics) {
}

// This is intentional on the feature branch - Todo: remove when merging to main branch
proxyStr := "http://172.21.224.1:8866"
proxyStr := "http://127.0.0.1:8866"
proxyURL, err := url.Parse(proxyStr)
if err != nil {
return nil, nil
Expand Down

0 comments on commit cf2d333

Please sign in to comment.