Skip to content

Commit

Permalink
Merge pull request #203 from miles-/patch-1
Browse files Browse the repository at this point in the history
Fix typo in job/present.pp
  • Loading branch information
R. Tyler Croy committed Oct 26, 2014
2 parents da1c743 + 183668d commit 2f97717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/job/present.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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 &quot; to " since Jenkins is wierd like that
# Change &quot; to " since Jenkins is weird like that
$c = regsubst($b, '&quot;', '"', 'MG')

# Temp file to use as stdin for Jenkins CLI executable
Expand Down

0 comments on commit 2f97717

Please sign in to comment.