Skip to content

Commit

Permalink
' -> "
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jul 30, 2024
1 parent 805ee61 commit 50b5a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/v1beta1/microk8sconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type InitConfiguration struct {
// +optional
DisableDefaultCNI bool `json:"disableDefaultCNI,omitempty"`

// The snap store proxy domain's scheme, e.g. "http" or "https" without '://'
// The snap store proxy domain's scheme, e.g. "http" or "https" without "://"
// +optional
SnapstoreProxyScheme string `json:"snapstoreProxyScheme,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
type: string
snapstoreProxyScheme:
description: The snap store proxy domain's scheme, e.g. "http"
or "https" without '://'
or "https" without "://"
type: string
type: object
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:
type: string
snapstoreProxyScheme:
description: The snap store proxy domain's scheme, e.g.
"http" or "https" without '://'
"http" or "https" without "://"
type: string
type: object
type: object
Expand Down

0 comments on commit 50b5a79

Please sign in to comment.