Skip to content

Commit 89e6cb4

Browse files
committed
Fix recursive publish
Signed-off-by: Andrew Block <[email protected]>
1 parent e2670d0 commit 89e6cb4

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)