From 183668d95ed9cd7137a844d86977d5ee403f301f Mon Sep 17 00:00:00 2001 From: Miles Fricker Date: Wed, 22 Oct 2014 13:18:00 -0400 Subject: [PATCH] Fix typo in job/present.pp --- manifests/job/present.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/job/present.pp b/manifests/job/present.pp index a0a2fc4ef..b78c50f8f 100644 --- a/manifests/job/present.pp +++ b/manifests/job/present.pp @@ -48,7 +48,7 @@ 'version="1.0" encoding="UTF-8"') # Change empty tags into self-closing tags $b = regsubst($a, '<([a-z]+)><\/\1>', '<\1/>', 'IG') - # Change " to " since Jenkins is wierd like that + # Change " to " since Jenkins is weird like that $c = regsubst($b, '"', '"', 'MG') # Temp file to use as stdin for Jenkins CLI executable