We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff294f8 commit 2f1bc84Copy full SHA for 2f1bc84
buildSrc/src/integTest/groovy/org/elasticsearch/gradle/fixtures/AbstractGradleFuncTest.groovy
@@ -114,7 +114,7 @@ abstract class AbstractGradleFuncTest extends Specification {
114
void setupLocalGitRepo() {
115
execute("git init");
116
execute("git add .")
117
- execute('git cmmit -m "Initial"')
+ execute('git commit -m "Initial"')
118
}
119
120
void execute(String command, File workingDir = testProjectDir.root) {
0 commit comments