Skip to content

Commit

Permalink
Add {registered, []} tuple to edown.app.src
Browse files Browse the repository at this point in the history
Missing 'registered' tuple in the app file causes `rebar generate-upgrade` to fail,
when this app is included in a release.
  • Loading branch information
RJ committed Jul 4, 2012
1 parent e32e40a commit 64ec6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/edown.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
{vsn, git},
{description, "Markdown extension for EDoc"},
{applications, [kernel, stdlib, edoc]},
{registered, []},
{env, []}
]}.

0 comments on commit 64ec6b8

Please sign in to comment.