Skip to content

Commit

Permalink
backport of commit 2a531ad
Browse files Browse the repository at this point in the history
  • Loading branch information
mschfh committed Dec 9, 2023
1 parent 20caa5e commit 5ff7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/remote-state/s3/client.go
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 5ff7ed6

Please sign in to comment.