Skip to content

Commit

Permalink
fixed function name ValidateInstanceProfileARN in the doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Jun 15, 2020
1 parent 76afb2e commit 20af367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/utils.go
Expand Up @@ -99,7 +99,7 @@ func unpackMWSAccountID(combined string) (PackagedMWSIds, error) {
return packagedMWSIds, nil
}

// ValidateAWSARN is a ValidateFunc that ensures the role id is a valid aws iam instance profile arn
// ValidateInstanceProfileARN is a ValidateFunc that ensures the role id is a valid aws iam instance profile arn
func ValidateInstanceProfileARN(val interface{}, key string) (warns []string, errs []error) {
v := val.(string)

Expand Down

0 comments on commit 20af367

Please sign in to comment.