We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da1c743 + 183668d commit 2f97717Copy full SHA for 2f97717
manifests/job/present.pp
@@ -48,7 +48,7 @@
48
'version="1.0" encoding="UTF-8"')
49
# Change empty tags into self-closing tags
50
$b = regsubst($a, '<([a-z]+)><\/\1>', '<\1/>', 'IG')
51
- # Change " to " since Jenkins is wierd like that
+ # Change " to " since Jenkins is weird like that
52
$c = regsubst($b, '"', '"', 'MG')
53
54
# Temp file to use as stdin for Jenkins CLI executable
0 commit comments