Print multiline values when one entry is shown

This commit is contained in:
Nikolai Rodionov 2024-03-26 12:33:03 +01:00
parent 2914c5f444
commit 960122974e
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 1 additions and 1 deletions

2
kubers
View File

@ -22,7 +22,7 @@ function append_to_secret() {
SECRET="$KEY: $SECRET_DATA"
fi
if [[ $QUIET != "" ]]; then
printf "$SECRET_DATA"
printf "$VALUE"
else
printf "$SECRET"
fi