Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Dec 20, 2017
1 parent 2222791 commit ebe6510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cflint/CFLint.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void setupConfigAncestry(File folder) {
break fileLoop;
}
} catch (final Exception e) {
System.err.println("Could not read config file " + file);
System.err.println("Could not read config file " + file + ". Check for duplicates.");
}
}
}
Expand Down

0 comments on commit ebe6510

Please sign in to comment.