mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 06:25:16 +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)
|
manifest.SymlinkPath = replaceRuntimeDir(manifest.SymlinkPath, rundir)
|
||||||
var newSecrets []secret
|
var newSecrets []secret
|
||||||
for _, secret := range manifest.Secrets {
|
for _, secret := range manifest.Secrets {
|
||||||
|
fmt.Printf("Replacing %s with %s\n", secret.Path, replaceRuntimeDir(secret.Path, rundir))
|
||||||
secret.Path = replaceRuntimeDir(secret.Path, rundir)
|
secret.Path = replaceRuntimeDir(secret.Path, rundir)
|
||||||
newSecrets = append(newSecrets, secret)
|
newSecrets = append(newSecrets, secret)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue