diff options
Diffstat (limited to 'vars/getChangeSetPath.groovy')
-rw-r--r-- | vars/getChangeSetPath.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vars/getChangeSetPath.groovy b/vars/getChangeSetPath.groovy index 195f999a..f046d7cc 100644 --- a/vars/getChangeSetPath.groovy +++ b/vars/getChangeSetPath.groovy @@ -20,7 +20,6 @@ def call() { tmp = "**/" + tmp + "*" else tmp = "**/*" - echo tmp return tmp } |