Przeglądaj źródła

Fix typos in rebar_templater

pull/3/head
Jesse Gumm 13 lat temu
committed by Tuncer Ayaz
rodzic
commit
4f6f41cabb
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/rebar_templater.erl

+ 2
- 2
src/rebar_templater.erl Wyświetl plik

@ -368,7 +368,7 @@ execute_template([{copy, Input, Output} | Rest], TemplateType, TemplateName,
Context, Force, ExistingFiles)
catch _:_ ->
?ABORT("Failed while processing template instruction "
"{dir, ~s, ~s}~n", [Input, Output])
"{copy, ~s, ~s}~n", [Input, Output])
end;
execute_template([{chmod, Mod, File} | Rest], TemplateType, TemplateName,
Context, Force, ExistingFiles) when is_integer(Mod) ->
@ -378,7 +378,7 @@ execute_template([{chmod, Mod, File} | Rest], TemplateType, TemplateName,
Context, Force, ExistingFiles);
{error, Reason} ->
?ABORT("Failed while processing template instruction "
"{cmod, ~b, ~s}: ~p~n", [Mod, File, Reason])
"{chmod, ~b, ~s}: ~p~n", [Mod, File, Reason])
end;
execute_template([{symlink, Existing, New} | Rest], TemplateType, TemplateName,
Context, Force, ExistingFiles) ->

Ładowanie…
Anuluj
Zapisz