Skip to content

Commit 2483fd6

Browse files
committed
Fix function name
1 parent 9b7d98d commit 2483fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ abstract class AffectedModuleDetector {
119119
"Project provided must be root, project was ${rootProject.path}"
120120
}
121121

122-
val enabled = getEnabledProperty(rootProject)
122+
val enabled = isProjectEnabled(rootProject)
123123
if (!enabled) {
124124
setInstance(
125125
rootProject,

0 commit comments

Comments
 (0)