mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
add debug
This commit is contained in:
parent
538c114cfd
commit
072e9e9fca
1 changed files with 1 additions and 0 deletions
|
|
@ -922,6 +922,7 @@ func installSecrets(args []string) error {
|
|||
manifest.SymlinkPath = replaceRuntimeDir(manifest.SymlinkPath, rundir)
|
||||
var newSecrets []secret
|
||||
for _, secret := range manifest.Secrets {
|
||||
fmt.Printf("Replacing %s with %s\n", secret.Path, replaceRuntimeDir(secret.Path, rundir))
|
||||
secret.Path = replaceRuntimeDir(secret.Path, rundir)
|
||||
newSecrets = append(newSecrets, secret)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue