diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/FileSpec.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/FileSpec.kt index 1a7619b8..dbd37cb6 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/FileSpec.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/FileSpec.kt @@ -60,7 +60,7 @@ sealed class IFileSpec { } }) } else { - throw AssertionError("$rootDir should exist") + throw AssertionError("Directory \"$rootDir\" should exist") } } else { if (isIncluded(includes, excludes, Paths.get(filePath))) {