Skip to content

Commit e17f689

Browse files
Commit based on suggestion
Co-Authored-By: Mark Waite <[email protected]>
1 parent bc9ee76 commit e17f689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hudson/plugins/git/SubmoduleCombinator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void createSubmoduleCombinations() throws GitException, IOException, Inte
108108
if (min == 1) break; // look no further
109109
}
110110

111-
git.checkout().ref(sha1.name());
111+
git.checkout().ref(sha1.name()).execute();
112112
makeCombination(combination);
113113
}
114114

0 commit comments

Comments
 (0)