Skip to content

Commit

Permalink
Fixed command alias (#55)
Browse files Browse the repository at this point in the history
* Fixed command alias

* Added blank line at the end of the file

---------

Co-authored-by: mario <mrenau@me.com>
  • Loading branch information
mario-renau-a and mrenau committed Aug 1, 2023
1 parent a1b110b commit 68d7b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ lazy val `killrweather-fog` = project
"ch.qos.logback" % "logback-classic" % logbackVersion))

// Startup aliases for the first two seed nodes and a third, more can be started.
addCommandAlias("sharding1", "runMain sample.killrweather.KillrWeather 7345")
addCommandAlias("sharding2", "runMain sample.killrweather.KillrWeather 7355")
addCommandAlias("sharding3", "runMain sample.killrweather.KillrWeather 0")
addCommandAlias("sharding1", "killrweather/runMain sample.killrweather.KillrWeather 7345")
addCommandAlias("sharding2", "killrweather/runMain sample.killrweather.KillrWeather 7355")
addCommandAlias("sharding3", "killrweather/runMain sample.killrweather.KillrWeather 0")

0 comments on commit 68d7b87

Please sign in to comment.