Fix typo on state migration input error

This commit is contained in:
Mat Schaffer 2017-05-24 10:58:37 +09:00 committed by Martin Atkins
parent 48803f5961
commit 76d4abd12a
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ func (m *Meta) backendMigrateState_s_s(opts *backendMigrateOpts) error {
if !opts.force {
// Abort if we can't ask for 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