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

Fix recursive publish

Signed-off-by: Andrew Block <andy.block@gmail.com>
This commit is contained in:
Andrew Block
2025-12-15 03:16:51 -06:00
parent e2670d0f0b
commit 89e6cb4fcb

View File

@@ -448,6 +448,7 @@ func main() {
err = publishcmd.Run(publishcmd.Opts{
ConfigPath: configPath,
InputPath: subPath,
RootPath: path,
Cipher: aes.NewCipher(),
KeyServices: keyservices(c),
DecryptionOrder: order,