Skip to content

Commit

Permalink
Use a correct comment type (#718)
Browse files Browse the repository at this point in the history
Fixes the error `invalid character U+0023 '#'` as spotted by @monde 

This issue was introduced in #712 and sadly not caught by a linter in the CI.
  • Loading branch information
boekkooi-lengoo authored Oct 18, 2021
1 parent 83a38f0 commit de99bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okta/resource_okta_app_oauth_api_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/okta/okta-sdk-golang/v2/okta"
)

# validScopes is a list of supported scopes as per https://developer.okta.com/docs/guides/implement-oauth-for-okta/scopes/.
// validScopes is a list of supported scopes as per https://developer.okta.com/docs/guides/implement-oauth-for-okta/scopes/.
var validScopes = []string{
"okta.apps.manage", "okta.apps.read",
"okta.authorizationServers.manage", "okta.authorizationServers.read",
Expand Down

0 comments on commit de99bd8

Please sign in to comment.