Skip to content

Commit 3f4dc92

Browse files
authored
fix: changing default role to smoker (#39)
1 parent 8043064 commit 3f4dc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cigaretteSmokers/src/main/kotlin/ac/at/uibk/dps/dapr/cigarette/CigaretteSmokers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fun main(args: Array<String>) {
7070
class AutoStarter : ApplicationRunner {
7171

7272
override fun run(args: ApplicationArguments?) {
73-
val role = System.getenv("ROLE") ?: "arbiter"
73+
val role = System.getenv("ROLE") ?: "smoker"
7474
if (role != "arbiter") return
7575

7676
val proxy =

0 commit comments

Comments
 (0)