1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Improve comment.

Co-authored-by: Devin Stein <devstein@alumni.upenn.edu>
Signed-off-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Felix Fontein
2023-12-29 23:22:25 +01:00
committed by GitHub
parent 618b60e99c
commit 00de085c34

View File

@@ -24,7 +24,7 @@ import (
)
const (
// The key used to store SOPS metadata at in SOPS encrypted files.
// SopsMetadataKey is the key used to store SOPS metadata at in SOPS encrypted files.
SopsMetadataKey = "sops"
)