Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #599 from jstrachan/changes
Browse files Browse the repository at this point in the history
fix bug which breaks fabric8 on openshift
  • Loading branch information
jstrachan authored Oct 9, 2017
2 parents 6d8bfb4 + 874ca32 commit f5740b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func deploy(f cmdutil.Factory, d DefaultFabric8Deployment) {

keycloakUrl := ""
if packageName != "jenkins" {
keycloakUrl := strings.TrimSuffix(FindServiceURL(ns, "keycloak", c, true), "/")
keycloakUrl = strings.TrimSuffix(FindServiceURL(ns, "keycloak", c, true), "/")
if len(keycloakUrl) == 0 {
util.Warn("\nCould not find keycloak service yet!\n")
} else {
Expand Down

0 comments on commit f5740b2

Please sign in to comment.