Skip to content

Commit

Permalink
fixed the base region variable @value annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaykumar authored Oct 8, 2018
1 parent cc5491b commit cb5e98b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class CredentialProvider {
@Value("${base-account}")
private String baseAccount;

@Value("${base-region")
@Value("${base-region}")
private String baseRegion;

/** The dev mode. */
Expand Down

0 comments on commit cb5e98b

Please sign in to comment.