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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user