Skip to content

Commit

Permalink
Merge 2a531ad into backport/patch-1/scarcely-touched-jennet
Browse files Browse the repository at this point in the history
  • Loading branch information
teamterraform committed Mar 26, 2024
2 parents c66e424 + 2a531ad commit bd44cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/remote-state/s3/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func (err badChecksumError) resolutionMsg() string {
`If this problem persists, and neither S3 nor DynamoDB are experiencing an
outage, you may need to manually verify the remote state and update the Digest
value stored in the DynamoDB table to the following value: %x`,
err.expected,
err.digest,
)
} else {
return `If this problem persists, and neither S3 nor DynamoDB are experiencing an
Expand Down

0 comments on commit bd44cc6

Please sign in to comment.