Skip to content

Commit 2f1bc84

Browse files
committed
Fix typo in func tests
1 parent ff294f8 commit 2f1bc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/integTest/groovy/org/elasticsearch/gradle/fixtures/AbstractGradleFuncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ abstract class AbstractGradleFuncTest extends Specification {
114114
void setupLocalGitRepo() {
115115
execute("git init");
116116
execute("git add .")
117-
execute('git cmmit -m "Initial"')
117+
execute('git commit -m "Initial"')
118118
}
119119

120120
void execute(String command, File workingDir = testProjectDir.root) {

0 commit comments

Comments
 (0)