Fix inconsistent function call in Submodule. #167
|
@ -15,7 +15,6 @@ import (
|
||||||
type SubmoduleUpdateOptions struct {
|
type SubmoduleUpdateOptions struct {
|
||||||
*CheckoutOpts
|
*CheckoutOpts
|
||||||
*RemoteCallbacks
|
*RemoteCallbacks
|
||||||
Version uint64
|
|
||||||
CloneCheckoutStrategy CheckoutStrategy
|
CloneCheckoutStrategy CheckoutStrategy
|
||||||
Signature *Signature
|
Signature *Signature
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue