Skip to content

Commit

Permalink
resolve: pr comments for module name
Browse files Browse the repository at this point in the history
  • Loading branch information
girdharshubham committed Aug 13, 2024
1 parent d304117 commit 00c4825
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lazy val `akka-discovery-kubernetes-api` = project
)
.dependsOn(`akka-management-pki`)

lazy val `akka-discovery-azure-api` = (project in file("akka-discovery-azure-api"))
lazy val `akka-discovery-azure-api` = (project in file("discovery-azure-api"))
.enablePlugins(AutomateHeaderPlugin)
.disablePlugins(com.geirsson.CiReleasePlugin)
.settings(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
######################################################
# Akka Service Discovery Azure Config #
# Akka Service Discovery Azure Config
######################################################

akka.discovery {
Expand Down

0 comments on commit 00c4825

Please sign in to comment.