GP-861: More fixes for DevGuide.md

This commit is contained in:
Ryan Kurtz 2021-04-16 07:25:08 -04:00
parent 28c198adaf
commit 835fc958c0
2 changed files with 30 additions and 7 deletions

View file

@ -82,7 +82,7 @@ else {
File f = file("ghidra.repos.config")
if (!f.exists()) {
throw new GradleException("\n\n\n\tUnable to find the local maven repo." +
" Ensure you have created the ${f.getName()} file.\n\n\n");
" Ensure you have created the ${flatRepo.getName()} directory or ${f.getName()} file.\n\n\n");
}
}