diff options
Diffstat (limited to 'src/rebar_edoc.erl')
-rw-r--r-- | src/rebar_edoc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_edoc.erl b/src/rebar_edoc.erl index b2cd671..5d85146 100644 --- a/src/rebar_edoc.erl +++ b/src/rebar_edoc.erl @@ -57,7 +57,7 @@ doc(Config, File) -> %% Determine the age of the summary file EDocInfoName = filename:join(proplists:get_value(dir, EDocOpts, "doc"), - "edoc-info"), + "edoc-info"), EDocInfoLastMod = filelib:last_modified(EDocInfoName), %% For each source directory, look for a more recent file than |