Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkirkbater committed Jul 3, 2024
1 parent 5300c4c commit 91f7872
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/ocm/connection-builder/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,3 @@ func (b *ConnectionBuilder) getAgent() string {
}
return "OCM-CLI/" + info.Version
}

// Returns the configured API URL or the one defined in the config file, otherwise
// return an empty string and let the sdk handle it
func (b *ConnectionBuilder) getApiUrl() string {
if b.apiUrlOverride != "" {
return b.apiUrlOverride
}
return ""
}

0 comments on commit 91f7872

Please sign in to comment.