We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57806fa commit d57e513Copy full SHA for d57e513
1 file changed
synccontrols/x_update.go
@@ -336,7 +336,7 @@ var NewInPlaceOnlyPossibleUpdaterFunc func() TargetUpdater
336
337
// RegisterInPlaceOnlyUpdater Support users to define inPlaceOnlyTargetUpdater and register through RegisterInPlaceOnlyUpdater
338
func RegisterInPlaceOnlyUpdater(f func() TargetUpdater) {
339
- NewInPlaceIfPossibleUpdaterFunc = f
+ NewInPlaceOnlyPossibleUpdaterFunc = f
340
}
341
342
var NewInPlaceIfPossibleUpdaterFunc func() TargetUpdater
0 commit comments