Skip to content

Commit 5ff7ed6

Browse files
authored
backport of commit 2a531ad
1 parent 20caa5e commit 5ff7ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/backend/remote-state/s3/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ func (err badChecksumError) resolutionMsg() string {
550550
`If this problem persists, and neither S3 nor DynamoDB are experiencing an
551551
outage, you may need to manually verify the remote state and update the Digest
552552
value stored in the DynamoDB table to the following value: %x`,
553-
err.expected,
553+
err.digest,
554554
)
555555
} else {
556556
return `If this problem persists, and neither S3 nor DynamoDB are experiencing an

0 commit comments

Comments
 (0)