We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6332269 commit c8db550Copy full SHA for c8db550
1 file changed
cmd/sops/main.go
@@ -441,6 +441,7 @@ func main() {
441
err = publishcmd.Run(publishcmd.Opts{
442
ConfigPath: configPath,
443
InputPath: subPath,
444
+ RootPath: path,
445
Cipher: aes.NewCipher(),
446
KeyServices: keyservices(c),
447
DecryptionOrder: order,
0 commit comments