Skip to content

Commit 7751653

Browse files
authored
Update Main.java
1 parent bc7ed68 commit 7751653

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/amazonaws/gurureviewercli

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/gurureviewercli/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected GitMetaData readGitMetaData(final Configuration config, final Path rep
170170
private void validateInitialConfig(final Configuration config) {
171171
if (config.getBucketName() != null && !config.getBucketName().startsWith("codeguru-reviewer-")) {
172172
Log.warn("CodeGuru Reviewer has default settings only for buckets that are prefixed with "
173-
+ "codeguru-reviewer. If you choose a different, read the instructions in the README.");
173+
+ "codeguru-reviewer. If you choose a different name, read the instructions in the README.");
174174
}
175175
if (!Paths.get(repoDir).toFile().isDirectory()) {
176176
throw new GuruCliException(ErrorCodes.DIR_NOT_FOUND,

0 commit comments

Comments
 (0)