Skip to content

Commit cfd656a

Browse files
committed
Merge branch '2-11-stable' into develop
2 parents 54b4ad3 + df43139 commit cfd656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/runner_register.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func registerRunner() {
3232
panic("Empty token")
3333
}
3434

35-
util.Config.Runner.Token = string(tokenBytes)
35+
util.Config.Runner.RegistrationToken = string(tokenBytes)
3636
}
3737

3838
taskPool := runners.JobPool{}

0 commit comments

Comments
 (0)