diff --git a/src/rebar_raw_resource.erl b/src/rebar_raw_resource.erl index 8af36e3..cb73c33 100644 --- a/src/rebar_raw_resource.erl +++ b/src/rebar_raw_resource.erl @@ -463,7 +463,7 @@ ensure_app(Path, Mod, Name, Opts, Result) -> "%%\n" % this is the minimum set of elements required to make rebar % happy when there are no sources for it to compile - "{application, ~s,\n" + "{application, ~p,\n" "[\n" " {description, \"~s\"},\n" " {vsn, \"~s\"},\n"