Correct name of check-template-location property in error message
Closes gh-2788
This commit is contained in:
parent
0141f50ec8
commit
5547f91bfb
|
|
@ -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)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue