mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix typo in rebar_erlydtl_compiler
This commit is contained in:
parent
6304c19180
commit
9ecc3455bf
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ compile_dtl(Source, Target, Config) ->
|
||||||
non_existing ->
|
non_existing ->
|
||||||
?CONSOLE(
|
?CONSOLE(
|
||||||
"~n===============================================~n"
|
"~n===============================================~n"
|
||||||
" You need to install erlydtl to comple DTL templates~n"
|
" You need to install erlydtl to compile DTL templates~n"
|
||||||
" Download the latest tarball release from github~n"
|
" Download the latest tarball release from github~n"
|
||||||
" http://code.google.com/p/erlydtl/~n"
|
" http://code.google.com/p/erlydtl/~n"
|
||||||
" and install it into your erlang library dir~n"
|
" and install it into your erlang library dir~n"
|
||||||
|
|
Loading…
Reference in a new issue