mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-16 05:28:15 +00:00
Remove debug text
This commit is contained in:
parent
b9145d46f0
commit
edb3913e10
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ func recurseSecretKey(keys map[string]interface{}, wantedKey string) (string, er
|
||||||
if keyUntilNow != "" {
|
if keyUntilNow != "" {
|
||||||
keyUntilNow += "."
|
keyUntilNow += "."
|
||||||
}
|
}
|
||||||
return "", fmt.Errorf("b: The key '%s%s' cannot be found", keyUntilNow, currentKey)
|
return "", fmt.Errorf("The key '%s%s' cannot be found", keyUntilNow, currentKey)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue