Fixup the docs for WriteStateForMigration
This commit is contained in:
parent
57f6e01830
commit
21cca34716
|
@ -31,7 +31,7 @@ type Migrator interface {
|
||||||
// the given file and the current file and complete the update only if
|
// the given file and the current file and complete the update only if
|
||||||
// that function returns nil. If force is set this may override such
|
// that function returns nil. If force is set this may override such
|
||||||
// checks, but some backends do not support forcing and so will act
|
// checks, but some backends do not support forcing and so will act
|
||||||
// as if force is always true.
|
// as if force is always false.
|
||||||
WriteStateForMigration(f *statefile.File, force bool) error
|
WriteStateForMigration(f *statefile.File, force bool) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue