Skip to content

Commit

Permalink
(fix PPS-655): remove last comma in json secret
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Nov 7, 2023
1 parent 201140f commit 2ebe274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/kube-setup-cedar-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ create_client_and_secret() {
cat - <<EOM
{
"client_id": "$client_id",
"client_secret": "$client_secret",
"client_secret": "$client_secret"
}
EOM
fi
Expand Down

0 comments on commit 2ebe274

Please sign in to comment.