Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rebar_raw_resource.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down