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)
pull/14667/head
David Glasser 9 years ago committed by Paul Stack
parent 96532c4f11
commit 783908ee25

@ -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 = `

Loading…
Cancel
Save