aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vars/utils.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy
index 9edb118..f405c89 100644
--- a/vars/utils.groovy
+++ b/vars/utils.groovy
@@ -56,7 +56,7 @@ def concurrent(configs) {
// Get value
varvalue = var.tokenize("=")[1]
// Test for expandable
- if (varvalue.contains("$")) {
+ if (varvalue.contains("\$")) {
// Get $VAR segment
def seg = varvalue =~ /\$.*:|\$.*/
// generate new value with '$VAR's replaced