Skip to content

Commit c8db550

Browse files
committed
Fix recursive publish
Signed-off-by: Andrew Block <andy.block@gmail.com>
1 parent 6332269 commit c8db550

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/sops/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ func main() {
441441
err = publishcmd.Run(publishcmd.Opts{
442442
ConfigPath: configPath,
443443
InputPath: subPath,
444+
RootPath: path,
444445
Cipher: aes.NewCipher(),
445446
KeyServices: keyservices(c),
446447
DecryptionOrder: order,

0 commit comments

Comments
 (0)