core: fix bad Sprintf in backend migration message (#14601)

Before this, invoking this codepath would print

    Terraform has successfully migrated from legacy remote state to your
    configured remote state.%!(EXTRA string=s3)
This commit is contained in:
David Glasser 2017-05-19 07:01:44 -07:00 committed by Paul Stack
parent 96532c4f11
commit 783908ee25
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ process.
const successBackendLegacyUnset = `
Terraform has successfully migrated from legacy remote state to your
configured remote state.
configured backend (%q).
`
const successBackendReconfigureWithLegacy = `