Skip to content

Commit

Permalink
Console output correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván Carrasco committed Aug 31, 2021
1 parent 4f2e3ed commit ce916bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ abstract class GraphfityTask : DefaultTask() {
if (exitValue() != 0) {
throw RuntimeException(errorStream.toString())
} else {
println("Project module dependency graph created at ${dotFile.parentFile.absolutePath}.png")
println("Project module dependency graph created at ${dotFile.path}.png")
}
}
}
Expand Down

0 comments on commit ce916bf

Please sign in to comment.