Skip to content

Commit

Permalink
fixing an env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryGeorgist committed Feb 23, 2023
1 parent d3c1213 commit 947bdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/usace/wat/plugin/EnvironmentVariables.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public final class EnvironmentVariables {
public static String CC_PAYLOAD_FORMATTED = "CC_PAYLOAD_FORMATTED";
public static String AWS_ACCESS_KEY_ID = "AWS_ACCESS_KEY_ID";
public static String AWS_SECRET_ACCESS_KEY = "AWS_SECRET_ACCESS_KEY";
public static String AWS_DEFAULT_REGION = "CC_DEFAULT_REGION";
public static String AWS_DEFAULT_REGION = "AWS_DEFAULT_REGION";
public static String AWS_S3_BUCKET = "AWS_S3_BUCKET";
}

0 comments on commit 947bdd5

Please sign in to comment.