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

Merge pull request #2019 from sabre1041/fix-recursive-root

Fix recursive publish
This commit is contained in:
Felix Fontein
2025-12-16 22:25:41 +01:00
committed by GitHub

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,