diff --git a/spring-boot-project/spring-boot-cli/pom.xml b/spring-boot-project/spring-boot-cli/pom.xml
index a349767d00a..4c63a6791bd 100644
--- a/spring-boot-project/spring-boot-cli/pom.xml
+++ b/spring-boot-project/spring-boot-cli/pom.xml
@@ -349,15 +349,15 @@
property="checksum" />
-
diff --git a/spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb b/spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb
similarity index 96%
rename from spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb
rename to spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb
index 4c9d0e75905..58788ad4e75 100644
--- a/spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb
+++ b/spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Springboot < Formula
+class SpringBoot < Formula
homepage 'https://spring.io/projects/spring-boot'
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
version '${project.version}'