We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2670d0 commit 89e6cb4Copy full SHA for 89e6cb4
1 file changed
cmd/sops/main.go
@@ -448,6 +448,7 @@ func main() {
448
err = publishcmd.Run(publishcmd.Opts{
449
ConfigPath: configPath,
450
InputPath: subPath,
451
+ RootPath: path,
452
Cipher: aes.NewCipher(),
453
KeyServices: keyservices(c),
454
DecryptionOrder: order,
0 commit comments