Fix typo on state migration input error
This commit is contained in:
parent
48803f5961
commit
76d4abd12a
|
@ -308,7 +308,7 @@ func (m *Meta) backendMigrateState_s_s(opts *backendMigrateOpts) error {
|
||||||
if !opts.force {
|
if !opts.force {
|
||||||
// Abort if we can't ask for input.
|
// Abort if we can't ask for input.
|
||||||
if !m.input {
|
if !m.input {
|
||||||
return errors.New("error asking for state migration action: inptut disabled")
|
return errors.New("error asking for state migration action: input disabled")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Confirm with the user whether we want to copy state over
|
// Confirm with the user whether we want to copy state over
|
||||||
|
|
Loading…
Reference in New Issue