Change result type to Map
This commit is contained in:
parent
b76d3f0fc5
commit
2ded140e82
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env groovy
|
||||
|
||||
String call(Map config = [:]) {
|
||||
Map call(Map config = [:]) {
|
||||
Map defaults = [
|
||||
dirtyFlag: '-dirty'
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user