Skip to content

Commit

Permalink
Fix OIDC capability string
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrDerb committed Feb 7, 2023
1 parent eac519b commit 32bb9d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public interface Capability {
String OPENSHIFT = QUARKUS_PREFIX + "openshift";
String OPENSHIFT_CLIENT = OPENSHIFT + ".client";

String OIDC = QUARKUS_PREFIX + ".oidc";
String OIDC = QUARKUS_PREFIX + "oidc";

/**
* Presence of an io.opentracing tracer (for example, Jaeger).
Expand Down

0 comments on commit 32bb9d4

Please sign in to comment.