Skip to content

Commit

Permalink
fixup: missed one
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Oct 29, 2024
1 parent ea3fe5f commit a88ca81
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/**
* FlagdOptions is a builder to build flagd provider options.
*/
TARGET_URI_ENV_VAR_NAME
@Getter
@SuppressWarnings("PMD.TooManyStaticImports")
public class FlagdOptions {
Expand Down Expand Up @@ -132,7 +131,7 @@ public class FlagdOptions {
* resolution. For more visit (https://grpc.io/docs/guides/custom-name-resolution/)
*/
@Builder.Default
private String targetUri = fallBackToEnvOrDefault(Config.GRPC_TARGET_ENV_VAR_NAME, null);
private String targetUri = fallBackToEnvOrDefault(Config.TARGET_URI_ENV_VAR_NAME, null);


/**
Expand Down

0 comments on commit a88ca81

Please sign in to comment.