This commit is contained in:
Lunny Xiao 2022-10-16 23:24:06 +08:00 committed by Jason Song
parent e08495af09
commit 9c7d2be7c6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func runDaemon(ctx context.Context, task *runtime.Task) func(cmd *cobra.Command,
if _, err := cli.UpdateRunner(
context.Background(),
connect.NewRequest(&runnerv1.UpdateRunnerRequest{
Status: runnerv1.RunnerStatus_RUNNER_STATUS_OFFLINE,
Status: runnerv1.RunnerStatus_RUNNER_STATUS_IDLE,
}),
); err != nil {
return err