Skip to content

Commit

Permalink
Update cmd/installer.go
Browse files Browse the repository at this point in the history
Co-authored-by: AdheipSingh <[email protected]>
  • Loading branch information
nitisht and AdheipSingh authored Dec 17, 2024
1 parent f91c4f8 commit 930cde5
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.Printf(common.Red+"failed to port-forward service: %s", err.Error())
fmt.Fatalf(common.Red+"failed to port-forward service: %s", err.Error())

Check failure on line 159 in cmd/installer.go

View workflow job for this annotation

GitHub Actions / Build and Test the Go code

undefined: fmt.Fatalf
}

// Redirect to UI
Expand Down

0 comments on commit 930cde5

Please sign in to comment.