mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix problem with updating deps in rebar.config for non-tags
This commit is contained in:
parent
960cf495c6
commit
dc7fa076d7
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ sub update_deps_repos {
|
|||
system("git", "-C", ".deps-update", "clone", $repo);
|
||||
} elsif (time() - stat($dd)->mtime > 24 * 60 * 60) {
|
||||
say "Updating $dep...";
|
||||
system("git", "-C", $dd, "fetch");
|
||||
system("git", "-C", $dd, "pull");
|
||||
touch($dd)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue