Skip to content

Commit

Permalink
allow any 3.7 to have the TSB
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Aug 31, 2017
1 parent 21b1f8f commit babf847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/bootstrap/docker/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ func (c *ClientStartConfig) ShouldInstallTemplateServiceBroker() bool {
}

// the TSB, which requires 3.7
serverVersion, _ := c.OpenShiftHelper().ServerPrereleaseVersion()
serverVersion, _ := c.OpenShiftHelper().ServerVersion()
if serverVersion.LT(openshiftVersion37) {
return false
}
Expand Down

0 comments on commit babf847

Please sign in to comment.