Skip to content

Commit 03077fb

Browse files
author
Lambros Petrou
committed
Add the Region env variable in the build command for setups that do not set it up
1 parent 40e3a24 commit 03077fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-codeguruprofiler-profilinggroup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ automatically overwritten.
1414
After modifying the JSON schema or changing the handlers implementation make sure you do the following before sending a pull-request:
1515

1616
```
17-
pre-commit run --all-files && mvn clean package
17+
pre-commit run --all-files && AWS_REGION=us-east-1 mvn clean package
1818
```
1919

2020
**References**

0 commit comments

Comments
 (0)