Skip to content

Commit

Permalink
Fixes for merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-tyk committed Oct 24, 2023
1 parent 3321a9f commit dcf3f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func InitAppDataPostInstall() error {
return err
}
}
AppConfig.DeveloperPortalSecretName = os.Getenv(constants.EnterprisePortalSecretNameEnvVar)
AppConfig.DeveloperPortalSecretName = os.Getenv(constants.DeveloperPortalSecretNameEnvVar)

bootstrapPortalBoolRaw := os.Getenv(constants.BootstrapPortalEnvVar)
if bootstrapPortalBoolRaw != "" {
Expand Down

0 comments on commit dcf3f68

Please sign in to comment.