Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Sep 22, 2014
1 parent 93eb01c commit 2bcaf0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected void executeInModules(Pride pride, Collection<Module> modules) throws
if (Strings.isNullOrEmpty(moduleBranch)) {
moduleBranch = module.getBranch();
}
module.getVcs().getSupport().update(moduleDir, explicitSwitchToBranch, recursive, false);
module.getVcs().getSupport().update(moduleDir, moduleBranch, recursive, false);
}

if (refreshDependencies) {
Expand Down

0 comments on commit 2bcaf0d

Please sign in to comment.