Skip to content

Commit

Permalink
Update comment per suggestion by rhuss@
Browse files Browse the repository at this point in the history
  • Loading branch information
evankanderson authored and knative-prow-robot committed Nov 14, 2023
1 parent b25e18c commit 3776c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func Serving(registries string) error {
if err := runCommand(ignoreRegistry); err != nil {
return fmt.Errorf("tag resolving configuration: %w", err)
}
fmt.Println(" Tag resolving configuration patched...")
fmt.Println(" Enabled local registry deployment...")
}

fmt.Println(" Finished installing Knative Serving")
Expand Down

0 comments on commit 3776c54

Please sign in to comment.