Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 133b2a0

Browse files
authored
Merge pull request #2 from INDEVOPS/main
A small tweak to achieve a higher score on the goreportcard.
2 parents 7dbfb15 + 2d904d8 commit 133b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api-func-shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func ensureTargetConnection() error {
4949
return nil
5050
}
5151

52-
// authenticateCredentials - returns the API Refresh Token for vRA On-premesis (8.0.1+)
52+
// authenticateCredentials - returns the API Refresh Token for vRA On-premises (8.0.1+)
5353
func authenticateCredentials(server string, username string, password string, domain string) (string, error) {
5454
log.Debugln("Authenticating vRA with Credentials")
5555
var authPath string

0 commit comments

Comments
 (0)