Skip to content

Commit

Permalink
Update cmd/bootstrap-post/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Komal Sukhani <komaldsukhani@gmail.com>
  • Loading branch information
buraksekili and komalsukhani committed Nov 14, 2023
1 parent 68de1e3 commit c547f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bootstrap-post/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func main() {
}

// Common log message for organization existence
if orgExists && conf.DevPortalKubernetesSecretName != "" || conf.OperatorKubernetesSecretName != "" {
if orgExists && (conf.DevPortalKubernetesSecretName != "" || conf.OperatorKubernetesSecretName) != "" {
log.WithFields(logrus.Fields{
"organisationName": conf.Tyk.Org.Name,
"organisationCName": conf.Tyk.Org.Cname,
Expand Down

0 comments on commit c547f66

Please sign in to comment.