Skip to content

Commit 8fe0a5c

Browse files
committed
fixed #419
1 parent d586e72 commit 8fe0a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-data-hub-plugin/src/main/groovy/com/marklogic/gradle/task/RunFlowTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class RunFlowTask extends HubTask {
7575

7676
Map<String, Object> options = new HashMap<>()
7777
project.ext.properties.each { key, value ->
78-
if (key.toString().startsWith("dfh.")) {
78+
if (key.toString().startsWith("dhf.")) {
7979
options.put(key, value)
8080
}
8181
}

0 commit comments

Comments
 (0)