Browse Source

Fix misspelling of accommodate

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
0741157a11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_app_utils.erl

+ 1
- 1
src/rebar_app_utils.erl View File

@ -166,7 +166,7 @@ vcs_vsn(Vcs, Dir) ->
end. end.
vcs_vsn_cmd(git) -> 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 %% 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. %% get a description of the last commit that touched the subdir.
"git describe --always --tags `git log -n 1 --pretty=format:%h .`"; "git describe --always --tags `git log -n 1 --pretty=format:%h .`";

Loading…
Cancel
Save