mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
s3 backend: minor typo in putMD5 comment
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
43a754829a
commit
961d43142c
@ -270,7 +270,7 @@ func (c *RemoteClient) getMD5() ([]byte, error) {
|
|||||||
return sum, nil
|
return sum, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// store the hash of the state to that clients can check for stale state files.
|
// store the hash of the state so that clients can check for stale state files.
|
||||||
func (c *RemoteClient) putMD5(sum []byte) error {
|
func (c *RemoteClient) putMD5(sum []byte) error {
|
||||||
if c.ddbTable == "" {
|
if c.ddbTable == "" {
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user