Skip to content

Commit

Permalink
core: fix bad Sprintf in backend migration message (#14601)
Browse files Browse the repository at this point in the history
Before this, invoking this codepath would print

    Terraform has successfully migrated from legacy remote state to your
    configured remote state.%!(EXTRA string=s3)
  • Loading branch information
glasser authored and stack72 committed May 19, 2017
1 parent 96532c4 commit 783908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/meta_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = `
Expand Down

0 comments on commit 783908e

Please sign in to comment.