Skip to content

Commit

Permalink
Fixing spacing for multibyte UTF-8 emojis (on macos at least) (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss authored Nov 1, 2024
1 parent ee1c4f9 commit bb67203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Kourier() error {

// KourierKind runs the kind-specific setup for Kourier
func KourierKind() error {
fmt.Println("🕸 Configuring Kourier for Kind...")
fmt.Println("🕸 Configuring Kourier for Kind...")

config := `apiVersion: v1
kind: Service
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:

// KourierMinikube runs the minikube-specific setup for Kourier
func KourierMinikube() error {
fmt.Println("🕸 Configuring Kourier for Minikube...")
fmt.Println("🕸 Configuring Kourier for Minikube...")

if err := retryingApply("https://github.com/knative/serving/releases/download/knative-v" + ServingVersion + "/serving-default-domain.yaml"); err != nil {
return fmt.Errorf("default domain: %w", err)
Expand Down

0 comments on commit bb67203

Please sign in to comment.