Commit 5547f91b authored by Andy Wilkinson's avatar Andy Wilkinson

Correct name of check-template-location property in error message

Closes gh-2788
parent 0141f50e
...@@ -65,7 +65,7 @@ public class MustacheAutoConfiguration { ...@@ -65,7 +65,7 @@ public class MustacheAutoConfiguration {
Assert.state(location.exists(this.applicationContext), Assert.state(location.exists(this.applicationContext),
"Cannot find template location: " + location "Cannot find template location: " + location
+ " (please add some templates, check your Mustache " + " (please add some templates, check your Mustache "
+ "configuration, or set spring.mustache.template." + "configuration, or set spring.mustache."
+ "check-template-location=false)"); + "check-template-location=false)");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment