Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Oct 6, 2014
1 parent 8632424 commit 4db617c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void executeInPride(Pride pride) throws Exception {
for (String conflict : versionConflicts) {
logger.warn(conflict);
}
throw new PrideException("There are modules that refer to dependency versions that wouldn't work outside this pride. See warnings above.");
throw new PrideException("There are projects that refer to dependency versions that wouldn't work outside this pride. See warnings above.");
} else {
logger.info("All projects refer to dependency versions that will resolve to the ones in the pride");
}
Expand Down

0 comments on commit 4db617c

Please sign in to comment.