소스 검색

Fix misspelling of accommodate

pull/3/head
Tuncer Ayaz 13 년 전
부모
커밋
0741157a11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_app_utils.erl

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

@ -166,7 +166,7 @@ vcs_vsn(Vcs, Dir) ->
end.
vcs_vsn_cmd(git) ->
%% Explicitly git-describe a committish to accomodate for projects
%% Explicitly git-describe a committish to accommodate for projects
%% in subdirs which don't have a GIT_DIR. In that case we will
%% get a description of the last commit that touched the subdir.
"git describe --always --tags `git log -n 1 --pretty=format:%h .`";

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