소스 검색

remove extra newline in clean

pull/109/head
Tristan Sloughter 10 년 전
부모
커밋
daf346a4d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_clean.erl

+ 1
- 1
src/rebar_prv_clean.erl 파일 보기

@ -69,7 +69,7 @@ clean_apps(State, Apps) ->
C = rebar_config:consult(AppDir),
S = rebar_state:new(State, C, AppDir),
?INFO("Cleaning out ~s...~n", [rebar_app_info:name(AppInfo)]),
?INFO("Cleaning out ~s...", [rebar_app_info:name(AppInfo)]),
%% Legacy hook support
rebar_hooks:run_compile_hooks(AppDir, pre_hooks, clean, S),
rebar_erlc_compiler:clean(State, ec_cnv:to_list(rebar_app_info:dir(AppInfo))),

불러오는 중...
취소
저장