Skip to content

Commit bf5e7ae

Browse files
authored
Merge pull request #2019 from sabre1041/fix-recursive-root
Fix recursive publish
2 parents e2670d0 + 89e6cb4 commit bf5e7ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/sops/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ func main() {
448448
err = publishcmd.Run(publishcmd.Opts{
449449
ConfigPath: configPath,
450450
InputPath: subPath,
451+
RootPath: path,
451452
Cipher: aes.NewCipher(),
452453
KeyServices: keyservices(c),
453454
DecryptionOrder: order,

0 commit comments

Comments
 (0)