Commit 33f5048f authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #1597 from secat/fix-windows-support-to-helm-port-forward-connection

fix(helm): fix windows support with port forward connection in setupConnection
parents 04f203d2 702b6fb5
......@@ -141,7 +141,7 @@ func setupConnection(c *cobra.Command, args []string) error {
return err
}
tillerHost = fmt.Sprintf(":%d", tunnel.Local)
tillerHost = fmt.Sprintf("localhost:%d", tunnel.Local)
if flagDebug {
fmt.Printf("Created tunnel using local port: '%d'\n", tunnel.Local)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment