diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_subdirs.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_subdirs.erl b/src/rebar_subdirs.erl index 261bdf8..119dacb 100644 --- a/src/rebar_subdirs.erl +++ b/src/rebar_subdirs.erl @@ -59,10 +59,10 @@ check_loop(Cwd) -> end, case IsSymlink of {false, Dir="."} -> - ?ERROR("endless loop detected:~nsub_dirs" + ?ERROR("infinite loop detected:~nsub_dirs" " entry ~p in ~s~n", [Dir, RebarConfig]); {true, Cwd} -> - ?ERROR("endless loop detected:~nsub_dirs" + ?ERROR("infinite loop detected:~nsub_dirs" " entry ~p in ~s is a symlink to \".\"~n", [Dir0, RebarConfig]); _ -> |