Skip to content

Commit

Permalink
[JENKINS-15219] Invalid markup generated when template cannot be load…
Browse files Browse the repository at this point in the history
…ed for Maven settings file
  • Loading branch information
Jeff MAURY committed Sep 18, 2012
1 parent 535ad2a commit 97df09f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ private String loadTemplateContent() {
}
tpl = sb.toString();
} catch (Exception e) {
tpl = "<settings></settingns>";
tpl = "<settings></settings>";
}
return tpl;
}
Expand Down

0 comments on commit 97df09f

Please sign in to comment.