Skip to content

Commit 508ad77

Browse files
committed
Fix typo in plugins/examples/settings.gradle
1 parent e9573ab commit 508ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/examples/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static def getDefaultDistroProjectName() {
6161
} else if (os.startsWith("Linux") || os.startsWith("LINUX")) {
6262
return isArm ? 'linux-aarch64-tar' : 'linux-tar'
6363
} else if (os.startsWith("Mac")) {
64-
return isArm ? 'darwing-aarch64-tar' : 'darwin-tar'
64+
return isArm ? 'darwin-aarch64-tar' : 'darwin-tar'
6565
} else {
6666
throw new GradleException("Unable to determine system platform type.")
6767
}

0 commit comments

Comments
 (0)