Skip to content

Commit

Permalink
Merge pull request #1710 from garethjevans/tillerlog
Browse files Browse the repository at this point in the history
fix: fix log message for noTiller
  • Loading branch information
jenkins-x-bot committed Sep 18, 2018
2 parents 40a2509 + ebdc4bc commit cfe1788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jx/cmd/common.go
Expand Up @@ -250,7 +250,7 @@ func (o *CommonOptions) Helm() helm.Helmer {
if err != nil {
helmBinary = defaultHelmBin
}
log.Infof("Using helmBinary %s, with local tiller %s\n", util.ColorInfo(helmBinary), util.ColorInfo(noTiller))
log.Infof("Using helmBinary %s, with noTiller %s\n", util.ColorInfo(helmBinary), util.ColorInfo(noTiller))
o.helm = helm.NewHelmCLI(helmBinary, helm.V2, "", o.Verbose)
if noTiller {
o.helm.SetHost(o.tillerAddress())
Expand Down

0 comments on commit cfe1788

Please sign in to comment.