diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-02-17 10:35:50 -0600 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-02-17 10:35:50 -0600 |
commit | 43a18bf4fa55a7ef23a6da837ba4450996fe8725 (patch) | |
tree | 14a08750177ecf866353583dd8d7549f0ba30864 /test/mock_git_resource.erl | |
parent | d65e6da7dae7a205050befb76752b58721660ff9 (diff) | |
parent | 501b9b42dfa4c06bc1d537e810f2e4d730e5d8f7 (diff) |
Merge pull request #145 from tsloughter/hex
Replace package management with hex.pm
Diffstat (limited to 'test/mock_git_resource.erl')
-rw-r--r-- | test/mock_git_resource.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mock_git_resource.erl b/test/mock_git_resource.erl index d2f0207..6940f54 100644 --- a/test/mock_git_resource.erl +++ b/test/mock_git_resource.erl @@ -103,7 +103,7 @@ mock_download(Opts) -> Overrides = proplists:get_value(override_vsn, Opts, []), meck:expect( ?MOD, download, - fun (Dir, Git) -> + fun (Dir, Git, _) -> filelib:ensure_dir(Dir), {git, Url, {_, Vsn}} = normalize_git(Git, Overrides, Default), App = app(Url), |