Skip to content

Commit 2f97717

Browse files
author
R. Tyler Croy
committed
Merge pull request #203 from miles-/patch-1
Fix typo in job/present.pp
2 parents da1c743 + 183668d commit 2f97717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/job/present.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'version="1.0" encoding="UTF-8"')
4949
# Change empty tags into self-closing tags
5050
$b = regsubst($a, '<([a-z]+)><\/\1>', '<\1/>', 'IG')
51-
# Change &quot; to " since Jenkins is wierd like that
51+
# Change &quot; to " since Jenkins is weird like that
5252
$c = regsubst($b, '&quot;', '"', 'MG')
5353

5454
# Temp file to use as stdin for Jenkins CLI executable

0 commit comments

Comments
 (0)