Skip to content

Commit

Permalink
feat:adjust interface for handle, issue: #278
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs60 committed Aug 13, 2024
1 parent 74dcc2e commit d666235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/booster/bk_dist/handler/cc/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ func (cc *TaskCC) preExecute(command []string) (*dcSDK.BKDistCommand, int, error
// for debug
blog.Debugf("cc: after try pump, req: %+v", *req)
cc.pumpremote = true
return req, dcType.ErrorUnknown.Code, dcType.ErrorUnknown.Error
return req, dcType.ErrorNone.Code, dcType.ErrorNone.Error
}
}

Expand Down

0 comments on commit d666235

Please sign in to comment.