Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht committed Dec 16, 2024
1 parent 5b7e035 commit 80b4399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func printSuccessBanner(namespace, deployment, version, username, password strin
fmt.Printf(common.Green+"Port-forwarding %s service on port %s...\n"+common.Reset, serviceName, localPort)

if err = startPortForward(namespace, serviceName, "80", localPort); err != nil {
fmt.Sprintf(common.Red+"failed to port-forward service: %w", err)
fmt.Printf(common.Red+"failed to port-forward service: %s", err.Error())
}

// Redirect to UI
Expand Down

0 comments on commit 80b4399

Please sign in to comment.