Change result type to Map

This commit is contained in:
Jim Nicholson 2024-02-07 20:05:54 -08:00
parent b76d3f0fc5
commit 2ded140e82

View File

@ -1,6 +1,6 @@
#!/usr/bin/env groovy
String call(Map config = [:]) {
Map call(Map config = [:]) {
Map defaults = [
dirtyFlag: '-dirty'
]