Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update clientInitialize.go #53

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion helper/clientInitialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func getAppknoxAccessToken() string {
func ResolveHostAndRegion(host, region string, hostMappings map[string]string) (string, error) {
// If both region and host are provided, prioritize host and ignore region
if host != "" {
fmt.Printf("Both region and host provided. Using host URL: %s, ignoring region\n", host)
// Validate the host is a proper URL
_, err := url.ParseRequestURI(host)
if err != nil {
Expand Down
Loading