Skip to content

Commit

Permalink
Use regular quotes
Browse files Browse the repository at this point in the history
Took 3 minutes
  • Loading branch information
tdabasinskas committed Jan 5, 2024
1 parent 1d8b0b8 commit eccbda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type backstageProviderModel struct {
}

const (
patternURL = `https?://.+`
patternURL = "https?://.+"
envBaseURL = "BACKSTAGE_BASE_URL"
envDefaultNamespace = "BACKSTAGE_DEFAULT_NAMESPACE"
descriptionProviderBaseURL = "Base URL of the Backstage instance, e.g. https://demo.backstage.io. May also be provided via `" + envBaseURL +
Expand Down

0 comments on commit eccbda9

Please sign in to comment.